#F2CBDC

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

Shades of Classic Rose #F2CBDC

Tints of Classic Rose #F2CBDC

Color information

#F2CBDC (or 0xF2CBDC) is unknown color: approx Classic Rose. HEX triplet: F2, CB and DC. RGB value is (242,203,220). Sum of RGB (Red+Green+Blue) = 242+203+220=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDC is #0D3423. Grayscale: #D8D8D8. Windows color (decimal): -865316 or 14470130. OLE color: 14470130.

HSL color Cylindrical-coordinate representation of color #F2CBDC: hue angle of 333.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBDC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242203220-
CMYK00.160.090.05
HSL333.85º60%87.25%-
HSV(B)333.85º16.12%94.9%-
XYZ70.8966.7676.86-
YUV216.6129.92146.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=36.39%
G=30.53%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220322000.160.090.05333.856087.25
HexF2CBDC0109514e3c57
Octal36231333402011551674127
Binary11110010110010111101110001000010011011010011101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBDC; }

 p { color: rgb(242,203,220); }

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

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

 a { background-color: rgb(242,203,220); }

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

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

 span { border-color: rgb(242,203,220); }

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