#F2C2DC

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

Shades of Classic Rose #F2C2DC

Tints of Classic Rose #F2C2DC

Color information

#F2C2DC (or 0xF2C2DC) is unknown color: approx Classic Rose. HEX triplet: F2, C2 and DC. RGB value is (242,194,220). Sum of RGB (Red+Green+Blue) = 242+194+220=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2DC is #0D3D23. Grayscale: #D3D3D3. Windows color (decimal): -867620 or 14467826. OLE color: 14467826.

HSL color Cylindrical-coordinate representation of color #F2C2DC: hue angle of 327.5º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2DC is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242194220-
CMYK00.200.090.05
HSL327.5º64.86%85.49%-
HSV(B)327.5º19.83%94.9%-
XYZ68.8362.6376.17-
YUV211.32132.9149.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.89%
GREEN value IS 194 (76.17% from 255) = 29.57%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=36.89%
G=29.57%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219422000.200.090.05327.564.8685.49
HexF2C2DC014951484155
Octal362302334024115510101125
Binary111100101100001011011100010100100110110100100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2DC; }

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

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

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

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

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

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

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

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