#F4C0DC

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

Shades of Classic Rose #F4C0DC

Tints of Classic Rose #F4C0DC

Color information

#F4C0DC (or 0xF4C0DC) is unknown color: approx Classic Rose. HEX triplet: F4, C0 and DC. RGB value is (244,192,220). Sum of RGB (Red+Green+Blue) = 244+192+220=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DC is #0B3F23. Grayscale: #D2D2D2. Windows color (decimal): -737060 or 14467316. OLE color: 14467316.

HSL color Cylindrical-coordinate representation of color #F4C0DC: hue angle of 327.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0DC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244192220-
CMYK00.210.100.04
HSL327.69º70.27%85.49%-
HSV(B)327.69º21.31%95.69%-
XYZ69.0862.176.06-
YUV210.74133.23151.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.20%
GREEN value IS 192 (75.39% from 255) = 29.27%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=37.20%
G=29.27%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419222000.210.100.04327.6970.2785.49
HexF4C0DC015A41484655
Octal364300334025124510106125
Binary111101001100000011011100010101101010010100100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0DC; }

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

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

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

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

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

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

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

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