#F4CDD9

Color #F4CDD9 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F4CDD9

Tints of Pink Lace #F4CDD9

Color information

#F4CDD9 (or 0xF4CDD9) is unknown color: approx Pink Lace. HEX triplet: F4, CD and D9. RGB value is (244,205,217). Sum of RGB (Red+Green+Blue) = 244+205+217=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDD9 is #0B3226. Grayscale: #DADADA. Windows color (decimal): -733735 or 14274036. OLE color: 14274036.

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

Color convert

RGB244205217-
CMYK00.160.110.04
HSL341.54º63.93%88.04%-
HSV(B)341.54º15.98%95.69%-
XYZ71.6667.9174.98-
YUV218.03127.42146.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 217 (85.16% from 255) = 32.58%
R=36.64%
G=30.78%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420521700.160.110.04341.5463.9388.04
HexF4CDD9010B41564058
Octal364315331020134526100130
Binary111101001100110111011001010000101110010101011010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDD9; }

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

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

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

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

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

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

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

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