#F2CBDA

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

Shades of Classic Rose #F2CBDA

Tints of Classic Rose #F2CBDA

Color information

#F2CBDA (or 0xF2CBDA) is unknown color: approx Classic Rose. HEX triplet: F2, CB and DA. RGB value is (242,203,218). Sum of RGB (Red+Green+Blue) = 242+203+218=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDA is #0D3425. Grayscale: #D8D8D8. Windows color (decimal): -865318 or 14339058. OLE color: 14339058.

HSL color Cylindrical-coordinate representation of color #F2CBDA: hue angle of 336.92º 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 #F2CBDA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242203218-
CMYK00.160.100.05
HSL336.92º60%87.25%-
HSV(B)336.92º16.12%94.9%-
XYZ70.6366.6575.47-
YUV216.37128.92146.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=36.50%
G=30.62%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220321800.160.100.05336.926087.25
HexF2CBDA010A51513c57
Octal36231333202012552174127
Binary11110010110010111101101001000010101011010100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBDA; }

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

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

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

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

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

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

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

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