#F4CCDD

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

Shades of Classic Rose #F4CCDD

Tints of Classic Rose #F4CCDD

Color information

#F4CCDD (or 0xF4CCDD) is unknown color: approx Classic Rose. HEX triplet: F4, CC and DD. RGB value is (244,204,221). Sum of RGB (Red+Green+Blue) = 244+204+221=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCDD is #0B3322. Grayscale: #D9D9D9. Windows color (decimal): -733987 or 14535924. OLE color: 14535924.

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

Color convert

RGB244204221-
CMYK00.160.090.04
HSL334.5º64.52%87.84%-
HSV(B)334.5º16.39%95.69%-
XYZ71.9567.6477.67-
YUV217.9129.75146.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=36.47%
G=30.49%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420422100.160.090.04334.564.5287.84
HexF4CCDD0109414e4158
Octal364314335020114516101130
Binary111101001100110011011101010000100110010100111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCDD; }

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

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

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

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

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

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

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

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