#F9CBE9

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

Shades of Classic Rose #F9CBE9

Tints of Classic Rose #F9CBE9

Color information

#F9CBE9 (or 0xF9CBE9) is unknown color: approx Classic Rose. HEX triplet: F9, CB and E9. RGB value is (249,203,233). Sum of RGB (Red+Green+Blue) = 249+203+233=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBE9 is #063416. Grayscale: #DCDCDC. Windows color (decimal): -406551 or 15322105. OLE color: 15322105.

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

Color convert

RGB249203233-
CMYK00.180.060.02
HSL320.87º79.31%88.63%-
HSV(B)320.87º18.47%97.65%-
XYZ75.1368.7386.4-
YUV220.17135.24148.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.35%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=36.35%
G=29.64%
B=34.01%

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
Decimal24920323300.180.060.02320.8779.3188.63
HexF9CBE9012621414f59
Octal37131335102262501117131
Binary1111100111001011111010010100101101010100000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBE9; }

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

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

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

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

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

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

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

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