#F1D5DE

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

Shades of Pink Lace #F1D5DE

Tints of Pink Lace #F1D5DE

Color information

#F1D5DE (or 0xF1D5DE) is unknown color: approx 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

RGB241213222-
CMYK00.120.080.05
HSL340.71º50%89.02%-
HSV(B)340.71º11.62%94.51%-
XYZ73.2571.5679.06-
YUV222.4127.78141.27-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121322200.120.080.05340.715089.02
HexF1D5DE0C851553259
Octal36132533601410552562131
Binary1111000111010101110111100110010001011010101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>