#F4C0DA

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

Shades of Classic Rose #F4C0DA

Tints of Classic Rose #F4C0DA

Color information

#F4C0DA (or 0xF4C0DA) is unknown color: approx Classic Rose. HEX triplet: F4, C0 and DA. RGB value is (244,192,218). Sum of RGB (Red+Green+Blue) = 244+192+218=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DA is #0B3F25. Grayscale: #D2D2D2. Windows color (decimal): -737062 or 14336244. OLE color: 14336244.

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

Color convert

RGB244192218-
CMYK00.210.110.04
HSL330º70.27%85.49%-
HSV(B)330º21.31%95.69%-
XYZ68.8161.9974.67-
YUV210.51132.23151.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=37.31%
G=29.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419221800.210.110.0433070.2785.49
HexF4C0DA015B414a4655
Octal364300332025134512106125
Binary111101001100000011011010010101101110010100101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0DA; }

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

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

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

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

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

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

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

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