#F2CFDC

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

Shades of Classic Rose #F2CFDC

Tints of Classic Rose #F2CFDC

Color information

#F2CFDC (or 0xF2CFDC) is unknown color: approx Classic Rose. HEX triplet: F2, CF and DC. RGB value is (242,207,220). Sum of RGB (Red+Green+Blue) = 242+207+220=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFDC is #0D3023. Grayscale: #DADADA. Windows color (decimal): -864292 or 14471154. OLE color: 14471154.

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

Color convert

RGB242207220-
CMYK00.140.090.05
HSL337.71º57.38%88.04%-
HSV(B)337.71º14.46%94.9%-
XYZ71.8568.6777.18-
YUV218.95128.6144.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=36.17%
G=30.94%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220722000.140.090.05337.7157.3888.04
HexF2CFDC0E951523958
Octal36231733401611552271130
Binary1111001011001111110111000111010011011010100101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFDC; }

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

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

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

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

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

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

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

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