#F2C7DD

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

Shades of Classic Rose #F2C7DD

Tints of Classic Rose #F2C7DD

Color information

#F2C7DD (or 0xF2C7DD) is unknown color: approx Classic Rose. HEX triplet: F2, C7 and DD. RGB value is (242,199,221). Sum of RGB (Red+Green+Blue) = 242+199+221=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7DD is #0D3822. Grayscale: #D6D6D6. Windows color (decimal): -866339 or 14534642. OLE color: 14534642.

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

Color convert

RGB242199221-
CMYK00.180.090.05
HSL329.3º62.32%86.47%-
HSV(B)329.3º17.77%94.9%-
XYZ70.0964.9477.25-
YUV214.36131.75147.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 199 (78.12% from 255) = 30.06%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=36.56%
G=30.06%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219922100.180.090.05329.362.3286.47
HexF2C7DD012951493e56
Octal36230733502211551176126
Binary11110010110001111101110101001010011011010010011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7DD; }

 p { color: rgb(242,199,221); }

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

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

 a { background-color: rgb(242,199,221); }

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

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

 span { border-color: rgb(242,199,221); }

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