Html Css Color HEX #F4D1DD Pink Lace

📋 copy color: '#F4D1DD'

red 244 ◦ green 209 ◦ blue 221

#F4D1DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #F4D1DD

Tints of Pink Lace #F4D1DD

RGB

 RED value IS 244 (95.7% from 255) = 36.2%

 GREEN value IS 209 (82.03% from 255) = 31.01%

 BLUE value IS 221 (86.72% from 255) = 32.79%

R = 36.2%
G = 31.01%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F4D1DD (or 0xF4D1DD) is known color: Pink Lace. HEX triplet: F4, D1 and DD. RGB value is (244,209,221). Sum of RGB (Red+Green+Blue) = 244+209+221=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1DD is #0B2E22. Grayscale: #DCDCDC. Windows color (decimal): -732707 or 14537204. OLE color: 14537204.

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

Color convert

RGB 244 209 221 -
CMYK 0 0.14 0.09 0.04
HSL 339.43º 0.61% 0.89% -
HSV(B) 339.43º 0.14% 0.96% -
XYZ 73.16 70.05 78.07 -
YUV 220.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 244 209 221 0 0.14 0.09 0.04 339.43 0.61 0.89
Hex F4 D1 DD 0 E 9 4 153 3D 59
Octal 364 321 335 0 16 11 4 523 75 131
Binary 11110100 11010001 11011101 0 1110 1001 100 101010011 111101 1011001

Color Harmonies of #F4D1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D1DD

Black with #F4D1DD

Text Example


Text Example

White with #F4D1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D1DD; }

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

 H1.HeaderClassName
 {
   color: #F4D1DD;
 }
 .AnyTagClassName
 {
   color: #F4D1DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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