#F9CBEA

Color #F9CBEA Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F9CBEA

Tints of Classic Rose #F9CBEA

Color information

#F9CBEA (or 0xF9CBEA) is unknown color: approx Classic Rose. HEX triplet: F9, CB and EA. RGB value is (249,203,234). Sum of RGB (Red+Green+Blue) = 249+203+234=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBEA is #063415. Grayscale: #DCDCDC. Windows color (decimal): -406550 or 15387641. OLE color: 15387641.

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

Color convert

RGB249203234-
CMYK00.180.060.02
HSL319.57º79.31%88.63%-
HSV(B)319.57º18.47%97.65%-
XYZ75.2768.7987.15-
YUV220.29135.74148.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=36.30%
G=29.59%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920323400.180.060.02319.5779.3188.63
HexF9CBEA012621404f59
Octal37131335202262500117131
Binary1111100111001011111010100100101101010100000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBEA; }

 p { color: rgb(249,203,234); }

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

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

 a { background-color: rgb(249,203,234); }

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

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

 span { border-color: rgb(249,203,234); }

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