#F2C2E1

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

Shades of Classic Rose #F2C2E1

Tints of Classic Rose #F2C2E1

Color information

#F2C2E1 (or 0xF2C2E1) is unknown color: approx Classic Rose. HEX triplet: F2, C2 and E1. RGB value is (242,194,225). Sum of RGB (Red+Green+Blue) = 242+194+225=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2E1 is #0D3D1E. Grayscale: #D3D3D3. Windows color (decimal): -867615 or 14795506. OLE color: 14795506.

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

Color convert

RGB242194225-
CMYK00.200.070.05
HSL321.25º64.86%85.49%-
HSV(B)321.25º19.83%94.9%-
XYZ69.562.979.71-
YUV211.89135.4149.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 194 (76.17% from 255) = 29.35%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=36.61%
G=29.35%
B=34.04%

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
Decimal24219422500.200.070.05321.2564.8685.49
HexF2C2E1014751414155
Octal36230234102475501101125
Binary11110010110000101110000101010011110110100000110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2E1; }

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

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

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

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

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

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

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

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