Html Css Color HEX #F1D4DE Pink Lace

📋 copy color: '#F1D4DE'

red 241 ◦ green 212 ◦ blue 222

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

Shades of Pink Lace #F1D4DE

Tints of Pink Lace #F1D4DE

RGB

 RED value IS 241 (94.53% from 255) = 35.7%

 GREEN value IS 212 (83.2% from 255) = 31.41%

 BLUE value IS 222 (87.11% from 255) = 32.89%

R = 35.7%
G = 31.41%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1D4DE (or 0xF1D4DE) is known color: Pink Lace. HEX triplet: F1, D4 and DE. RGB value is (241,212,222). Sum of RGB (Red+Green+Blue) = 241+212+222=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DE is #0E2B21. Grayscale: #DDDDDD. Windows color (decimal): -928546 or 14603505. OLE color: 14603505.

HSL color Cylindrical-coordinate representation of color #F1D4DE: hue angle of 339.31º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D4DE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 222 -
CMYK 0 0.12 0.08 0.05
HSL 339.31º 0.51% 0.89% -
HSV(B) 339.31º 0.12% 0.95% -
XYZ 73 71.06 78.98 -
YUV 221.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 241 212 222 0 0.12 0.08 0.05 339.31 0.51 0.89
Hex F1 D4 DE 0 C 8 5 153 33 59
Octal 361 324 336 0 14 10 5 523 63 131
Binary 11110001 11010100 11011110 0 1100 1000 101 101010011 110011 1011001

Color Harmonies of #F1D4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4DE

Black with #F1D4DE

Text Example


Text Example

White with #F1D4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4DE; }

 p { color: rgb(241,212,222); }

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

background-color css

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

 a { background-color: rgb(241,212,222); }

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

border-color css

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

 span { border-color: rgb(241,212,222); }

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