#F2CDE4

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

Shades of Classic Rose #F2CDE4

Tints of Classic Rose #F2CDE4

Color information

#F2CDE4 (or 0xF2CDE4) is unknown color: approx Classic Rose. HEX triplet: F2, CD and E4. RGB value is (242,205,228). Sum of RGB (Red+Green+Blue) = 242+205+228=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDE4 is #0D321B. Grayscale: #DADADA. Windows color (decimal): -864796 or 14994930. OLE color: 14994930.

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

Color convert

RGB242205228-
CMYK00.150.060.05
HSL322.7º58.73%87.65%-
HSV(B)322.7º15.29%94.9%-
XYZ72.4568.1482.73-
YUV218.68133.26144.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.85%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=35.85%
G=30.37%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220522800.150.060.05322.758.7387.65
HexF2CDE40F651433b58
Octal3623153440176550373130
Binary111100101100110111100100011111101011010000111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDE4; }

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

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

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

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

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

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

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

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