Html Css Color HEX #F1D5DE Pink Lace

📋 copy color: '#F1D5DE'

red 241 ◦ green 213 ◦ blue 222

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

Shades of Pink Lace #F1D5DE

Tints of Pink Lace #F1D5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.51%

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

R = 35.65%
G = 31.51%
B = 32.84%

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

#F1D5DE (or 0xF1D5DE) is known color: Pink Lace. HEX triplet: F1, D5 and DE. RGB value is (241,213,222). Sum of RGB (Red+Green+Blue) = 241+213+222=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5DE is #0E2A21. Grayscale: #DEDEDE. Windows color (decimal): -928290 or 14603761. OLE color: 14603761.

HSL color Cylindrical-coordinate representation of color #F1D5DE: hue angle of 340.71º degrees, saturation: 0.5, 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 #F1D5DE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 213 222 -
CMYK 0 0.12 0.08 0.05
HSL 340.71º 0.5% 0.89% -
HSV(B) 340.71º 0.12% 0.95% -
XYZ 73.25 71.56 79.06 -
YUV 222.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 241 213 222 0 0.12 0.08 0.05 340.71 0.5 0.89
Hex F1 D5 DE 0 C 8 5 155 32 59
Octal 361 325 336 0 14 10 5 525 62 131
Binary 11110001 11010101 11011110 0 1100 1000 101 101010101 110010 1011001

Color Harmonies of #F1D5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5DE

Black with #F1D5DE

Text Example


Text Example

White with #F1D5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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