#F2CFDE

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

Shades of Classic Rose #F2CFDE

Tints of Classic Rose #F2CFDE

Color information

#F2CFDE (or 0xF2CFDE) is unknown color: approx Classic Rose. HEX triplet: F2, CF and DE. RGB value is (242,207,222). Sum of RGB (Red+Green+Blue) = 242+207+222=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFDE is #0D3021. Grayscale: #DBDBDB. Windows color (decimal): -864290 or 14602226. OLE color: 14602226.

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

Color convert

RGB242207222-
CMYK00.140.080.05
HSL334.29º57.38%88.04%-
HSV(B)334.29º14.46%94.9%-
XYZ72.1268.7878.58-
YUV219.18129.6144.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=36.07%
G=30.85%
B=33.08%

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
Decimal24220722200.140.080.05334.2957.3888.04
HexF2CFDE0E8514e3958
Octal36231733601610551671130
Binary1111001011001111110111100111010001011010011101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFDE; }

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

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

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

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

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

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

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

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