#F9CCDD

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

Shades of Classic Rose #F9CCDD

Tints of Classic Rose #F9CCDD

Color information

#F9CCDD (or 0xF9CCDD) is unknown color: approx Classic Rose. HEX triplet: F9, CC and DD. RGB value is (249,204,221). Sum of RGB (Red+Green+Blue) = 249+204+221=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCDD is #063322. Grayscale: #DBDBDB. Windows color (decimal): -406307 or 14535929. OLE color: 14535929.

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

Color convert

RGB249204221-
CMYK00.180.110.02
HSL337.33º78.95%88.82%-
HSV(B)337.33º18.07%97.65%-
XYZ73.7168.5577.75-
YUV219.39128.91149.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.94%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=36.94%
G=30.27%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920422100.180.110.02337.3378.9588.82
HexF9CCDD012B21514f59
Octal371314335022132521117131
Binary11111001110011001101110101001010111010101000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCDD; }

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

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

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

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

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

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

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

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