#F2C2D7

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

Shades of Classic Rose #F2C2D7

Tints of Classic Rose #F2C2D7

Color information

#F2C2D7 (or 0xF2C2D7) is unknown color: approx Classic Rose. HEX triplet: F2, C2 and D7. RGB value is (242,194,215). Sum of RGB (Red+Green+Blue) = 242+194+215=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2D7 is #0D3D28. Grayscale: #D2D2D2. Windows color (decimal): -867625 or 14140146. OLE color: 14140146.

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

Color convert

RGB242194215-
CMYK00.200.110.05
HSL333.75º64.86%85.49%-
HSV(B)333.75º19.83%94.9%-
XYZ68.1862.3772.73-
YUV210.75130.4150.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=37.17%
G=29.80%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219421500.200.110.05333.7564.8685.49
HexF2C2D7014B514e4155
Octal362302327024135516101125
Binary111100101100001011010111010100101110110100111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2D7; }

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

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

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

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

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

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

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

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