#F4CCDC

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

Shades of Classic Rose #F4CCDC

Tints of Classic Rose #F4CCDC

Color information

#F4CCDC (or 0xF4CCDC) is unknown color: approx Classic Rose. HEX triplet: F4, CC and DC. RGB value is (244,204,220). Sum of RGB (Red+Green+Blue) = 244+204+220=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCDC is #0B3323. Grayscale: #D9D9D9. Windows color (decimal): -733988 or 14470388. OLE color: 14470388.

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

Color convert

RGB244204220-
CMYK00.160.100.04
HSL336º64.52%87.84%-
HSV(B)336º16.39%95.69%-
XYZ71.8267.5976.97-
YUV217.78129.25146.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.53%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=36.53%
G=30.54%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420422000.160.100.0433664.5287.84
HexF4CCDC010A41504158
Octal364314334020124520101130
Binary111101001100110011011100010000101010010101000010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCDC; }

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

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

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

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

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

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

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

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