#F2C0DC

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

Shades of Classic Rose #F2C0DC

Tints of Classic Rose #F2C0DC

Color information

#F2C0DC (or 0xF2C0DC) is unknown color: approx Classic Rose. HEX triplet: F2, C0 and DC. RGB value is (242,192,220). Sum of RGB (Red+Green+Blue) = 242+192+220=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0DC is #0D3F23. Grayscale: #D2D2D2. Windows color (decimal): -868132 or 14467314. OLE color: 14467314.

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

Color convert

RGB242192220-
CMYK00.210.090.05
HSL326.4º65.79%85.1%-
HSV(B)326.4º20.66%94.9%-
XYZ68.3961.7476.02-
YUV210.14133.56150.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=37.00%
G=29.36%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219222000.210.090.05326.465.7985.1
HexF2C0DC015951464255
Octal362300334025115506102125
Binary111100101100000011011100010101100110110100011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0DC; }

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

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

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

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

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

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

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

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