#F2C2E0

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

Shades of Classic Rose #F2C2E0

Tints of Classic Rose #F2C2E0

Color information

#F2C2E0 (or 0xF2C2E0) is unknown color: approx Classic Rose. HEX triplet: F2, C2 and E0. RGB value is (242,194,224). Sum of RGB (Red+Green+Blue) = 242+194+224=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2E0 is #0D3D1F. Grayscale: #D3D3D3. Windows color (decimal): -867616 or 14729970. OLE color: 14729970.

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

Color convert

RGB242194224-
CMYK00.200.070.05
HSL322.5º64.86%85.49%-
HSV(B)322.5º19.83%94.9%-
XYZ69.3662.8478.99-
YUV211.77134.9149.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 194 (76.17% from 255) = 29.39%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=36.67%
G=29.39%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219422400.200.070.05322.564.8685.49
HexF2C2E0014751424155
Octal36230234002475502101125
Binary11110010110000101110000001010011110110100001010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2E0; }

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

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

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

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

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

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

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

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