#F997C9

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

Shades of Carnation Pink #F997C9

Tints of Carnation Pink #F997C9

Color information

#F997C9 (or 0xF997C9) is unknown color: approx Carnation Pink. HEX triplet: F9, 97 and C9. RGB value is (249,151,201). Sum of RGB (Red+Green+Blue) = 249+151+201=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F997C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997C9 is #066836. Grayscale: #B9B9B9. Windows color (decimal): -419895 or 13211641. OLE color: 13211641.

HSL color Cylindrical-coordinate representation of color #F997C9: hue angle of 329.39º 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 #F997C9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249151201-
CMYK00.390.190.02
HSL329.39º89.09%78.43%-
HSV(B)329.39º39.36%97.65%-
XYZ60.6846.4961.03-
YUV186136.47172.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 201 (78.91% from 255) = 33.44%
R=41.43%
G=25.12%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915120100.390.190.02329.3989.0978.43
HexF997C9027132149594e
Octal371227311047232511131116
Binary1111100110010111110010010100111100111010100100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997C9; }

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

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

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

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

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

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

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

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