#F998CE

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

Shades of Carnation Pink #F998CE

Tints of Carnation Pink #F998CE

Color information

#F998CE (or 0xF998CE) is unknown color: approx Carnation Pink. HEX triplet: F9, 98 and CE. RGB value is (249,152,206). Sum of RGB (Red+Green+Blue) = 249+152+206=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F998CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998CE is #066731. Grayscale: #BBBBBB. Windows color (decimal): -419634 or 13539577. OLE color: 13539577.

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

Color convert

RGB249152206-
CMYK00.390.170.02
HSL326.6º88.99%78.63%-
HSV(B)326.6º38.96%97.65%-
XYZ61.4447.0564.24-
YUV187.16138.64172.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=41.02%
G=25.04%
B=33.94%

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
Decimal24915220600.390.170.02326.688.9978.63
HexF998CE027112147594f
Octal371230316047212507131117
Binary1111100110011000110011100100111100011010100011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998CE; }

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

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

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

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

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

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

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

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