#F2CFDF

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

Shades of Classic Rose #F2CFDF

Tints of Classic Rose #F2CFDF

Color information

#F2CFDF (or 0xF2CFDF) is unknown color: approx Classic Rose. HEX triplet: F2, CF and DF. RGB value is (242,207,223). Sum of RGB (Red+Green+Blue) = 242+207+223=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFDF is #0D3020. Grayscale: #DBDBDB. Windows color (decimal): -864289 or 14667762. OLE color: 14667762.

HSL color Cylindrical-coordinate representation of color #F2CFDF: hue angle of 332.57º degrees, saturation: 0.57, 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 #F2CFDF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242207223-
CMYK00.140.080.05
HSL332.57º57.38%88.04%-
HSV(B)332.57º14.46%94.9%-
XYZ72.2568.8379.29-
YUV219.29130.1144.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.01%
GREEN value IS 207 (81.25% from 255) = 30.80%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=36.01%
G=30.80%
B=33.18%

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
Decimal24220722300.140.080.05332.5757.3888.04
HexF2CFDF0E8514d3958
Octal36231733701610551571130
Binary1111001011001111110111110111010001011010011011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFDF; }

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

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

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

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

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

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

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

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