#F2D1DF

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

Shades of Classic Rose #F2D1DF

Tints of Classic Rose #F2D1DF

Color information

#F2D1DF (or 0xF2D1DF) is unknown color: approx Classic Rose. HEX triplet: F2, D1 and DF. RGB value is (242,209,223). Sum of RGB (Red+Green+Blue) = 242+209+223=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1DF is #0D2E20. Grayscale: #DCDCDC. Windows color (decimal): -863777 or 14668274. OLE color: 14668274.

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

Color convert

RGB242209223-
CMYK00.140.080.05
HSL334.55º55.93%88.43%-
HSV(B)334.55º13.64%94.9%-
XYZ72.7469.8179.45-
YUV220.46129.43143.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 209 (82.03% from 255) = 31.01%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=35.91%
G=31.01%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220922300.140.080.05334.5555.9388.43
HexF2D1DF0E8514f3858
Octal36232133701610551770130
Binary1111001011010001110111110111010001011010011111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D1DF; }

 p { color: rgb(242,209,223); }

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

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

 a { background-color: rgb(242,209,223); }

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

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

 span { border-color: rgb(242,209,223); }

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