#F4D2DD

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

Shades of Pink Lace #F4D2DD

Tints of Pink Lace #F4D2DD

Color information

#F4D2DD (or 0xF4D2DD) is unknown color: approx Pink Lace. HEX triplet: F4, D2 and DD. RGB value is (244,210,221). Sum of RGB (Red+Green+Blue) = 244+210+221=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D2DD is #0B2D22. Grayscale: #DDDDDD. Windows color (decimal): -732451 or 14537460. OLE color: 14537460.

HSL color Cylindrical-coordinate representation of color #F4D2DD: hue angle of 340.59º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D2DD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244210221-
CMYK00.140.090.04
HSL340.59º60.71%89.02%-
HSV(B)340.59º13.93%95.69%-
XYZ73.4170.5578.15-
YUV221.42127.76144.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.15%
GREEN value IS 210 (82.42% from 255) = 31.11%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=36.15%
G=31.11%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421022100.140.090.04340.5960.7189.02
HexF4D2DD0E941553d59
Octal36432233501611452575131
Binary1111010011010010110111010111010011001010101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D2DD; }

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

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

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

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

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

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

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

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