#F997CE

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

Shades of Carnation Pink #F997CE

Tints of Carnation Pink #F997CE

Color information

#F997CE (or 0xF997CE) is unknown color: approx Carnation Pink. HEX triplet: F9, 97 and CE. RGB value is (249,151,206). Sum of RGB (Red+Green+Blue) = 249+151+206=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F997CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997CE is #066831. Grayscale: #BABABA. Windows color (decimal): -419890 or 13539321. OLE color: 13539321.

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

Color convert

RGB249151206-
CMYK00.390.170.02
HSL326.33º89.09%78.43%-
HSV(B)326.33º39.36%97.65%-
XYZ61.2746.7364.18-
YUV186.57138.97172.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=41.09%
G=24.92%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915120600.390.170.02326.3389.0978.43
HexF997CE027112146594e
Octal371227316047212506131116
Binary1111100110010111110011100100111100011010100011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997CE; }

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

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

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

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

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

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

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

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