#f2c5e4

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

Shades of Classic Rose #F2C5E4

Tints of Classic Rose #F2C5E4

Color information

#F2C5E4 (or 0xF2C5E4) is unknown color: approx Classic Rose. HEX triplet: F2, C5 and E4. RGB value is (242,197,228). Sum of RGB (Red+Green+Blue) = 242+197+228=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5E4 is #0D3A1B. Grayscale: #D5D5D5. Windows color (decimal): -866844 or 14992882. OLE color: 14992882.

HSL color Cylindrical-coordinate representation of color #F2C5E4: hue angle of 318.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C5E4 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242197228-
CMYK00.190.060.05
HSL318.67º63.38%86.08%-
HSV(B)318.67º18.6%94.9%-
XYZ70.5964.4182.11-
YUV213.99135.91147.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 197 (77.34% from 255) = 29.54%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=36.28%
G=29.54%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219722800.190.060.05318.6763.3886.08
HexF2C5E40136513f3f56
Octal3623053440236547777126
Binary1111001011000101111001000100111101011001111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c5e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c5e4; }

 p { color: rgb(242,197,228); }

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

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

 a { background-color: rgb(242,197,228); }

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

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

 span { border-color: rgb(242,197,228); }

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