#F4CDD0

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

Shades of Pale Rose #F4CDD0

Tints of Pale Rose #F4CDD0

Color information

#F4CDD0 (or 0xF4CDD0) is unknown color: approx Pale Rose. HEX triplet: F4, CD and D0. RGB value is (244,205,208). Sum of RGB (Red+Green+Blue) = 244+205+208=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDD0 is #0B322F. Grayscale: #D9D9D9. Windows color (decimal): -733744 or 13684212. OLE color: 13684212.

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

Color convert

RGB244205208-
CMYK00.160.150.04
HSL355.38º63.93%88.04%-
HSV(B)355.38º15.98%95.69%-
XYZ70.5267.4568.98-
YUV217122.92147.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.14%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=37.14%
G=31.20%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420520800.160.150.04355.3863.9388.04
HexF4CDD0010F41634058
Octal364315320020174543100130
Binary111101001100110111010000010000111110010110001110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDD0; }

 p { color: rgb(244,205,208); }

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

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

 a { background-color: rgb(244,205,208); }

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

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

 span { border-color: rgb(244,205,208); }

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