#F997C8

Color #F997C8 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F997C8

Tints of Carnation Pink #F997C8

Color information

#F997C8 (or 0xF997C8) is unknown color: approx Carnation Pink. HEX triplet: F9, 97 and C8. RGB value is (249,151,200). Sum of RGB (Red+Green+Blue) = 249+151+200=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F997C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997C8 is #066837. Grayscale: #B9B9B9. Windows color (decimal): -419896 or 13146105. OLE color: 13146105.

HSL color Cylindrical-coordinate representation of color #F997C8: hue angle of 330º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997C8 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249151200-
CMYK00.390.200.02
HSL330º89.09%78.43%-
HSV(B)330º39.36%97.65%-
XYZ60.5646.4460.42-
YUV185.89135.97173.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=41.5%
G=25.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915120000.390.200.0233089.0978.43
HexF997C802714214a594e
Octal371227310047242512131116
Binary1111100110010111110010000100111101001010100101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997C8; }

 p { color: rgb(249,151,200); }

 H1.HeaderClassName
 {
   color: #F997C8;
 }
 .AnyTagClassName
 {
   color: #F997C8;
 }
</style>
background-color css

<style>
 a { background-color: #F997C8; }

 a { background-color: rgb(249,151,200); }

 div.DivClassName
 {
   background-color: #F997C8;
 }
 .BgClassName
 {
   background-color: #F997C8;
 }
</style>
border-color css

<style>
 span { border-color: #F997C8; }

 span { border-color: rgb(249,151,200); }

 td.TdClassName
 {
   border-color: #F997C8;
 }
 .TagClassName
 {
   border-color: #F997C8;
 }
</style>