#F4C0DE

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

Shades of Classic Rose #F4C0DE

Tints of Classic Rose #F4C0DE

Color information

#F4C0DE (or 0xF4C0DE) is unknown color: approx Classic Rose. HEX triplet: F4, C0 and DE. RGB value is (244,192,222). Sum of RGB (Red+Green+Blue) = 244+192+222=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DE is #0B3F21. Grayscale: #D2D2D2. Windows color (decimal): -737058 or 14598388. OLE color: 14598388.

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

Color convert

RGB244192222-
CMYK00.210.090.04
HSL325.38º70.27%85.49%-
HSV(B)325.38º21.31%95.69%-
XYZ69.3462.2177.46-
YUV210.97134.23151.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.08%
GREEN value IS 192 (75.39% from 255) = 29.18%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=37.08%
G=29.18%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419222200.210.090.04325.3870.2785.49
HexF4C0DE015941454655
Octal364300336025114505106125
Binary111101001100000011011110010101100110010100010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0DE; }

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

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

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

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

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

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

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

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