#F9CCEA

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

Shades of Classic Rose #F9CCEA

Tints of Classic Rose #F9CCEA

Color information

#F9CCEA (or 0xF9CCEA) is unknown color: approx Classic Rose. HEX triplet: F9, CC and EA. RGB value is (249,204,234). Sum of RGB (Red+Green+Blue) = 249+204+234=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CCEA is #063315. Grayscale: #DCDCDC. Windows color (decimal): -406294 or 15387897. OLE color: 15387897.

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

Color convert

RGB249204234-
CMYK00.180.060.02
HSL320º78.95%88.82%-
HSV(B)320º18.07%97.65%-
XYZ75.5169.2787.23-
YUV220.88135.41148.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.24%
GREEN value IS 204 (80.08% from 255) = 29.69%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=36.24%
G=29.69%
B=34.06%

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
Decimal24920423400.180.060.0232078.9588.82
HexF9CCEA012621404f59
Octal37131435202262500117131
Binary1111100111001100111010100100101101010100000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCEA; }

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

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

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

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

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

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

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

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