Html Css Color HEX #F1D0D8 Pink Lace

📋 copy color: '#F1D0D8'

red 241 ◦ green 208 ◦ blue 216

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

Shades of Pink Lace #F1D0D8

Tints of Pink Lace #F1D0D8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.28%

 BLUE value IS 216 (84.77% from 255) = 32.48%

R = 36.24%
G = 31.28%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1D0D8 (or 0xF1D0D8) is known color: Pink Lace. HEX triplet: F1, D0 and D8. RGB value is (241,208,216). Sum of RGB (Red+Green+Blue) = 241+208+216=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0D8 is #0E2F27. Grayscale: #DADADA. Windows color (decimal): -929576 or 14209265. OLE color: 14209265.

HSL color Cylindrical-coordinate representation of color #F1D0D8: hue angle of 345.45º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0D8 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 216 -
CMYK 0 0.14 0.10 0.05
HSL 345.45º 0.54% 0.88% -
HSV(B) 345.45º 0.14% 0.95% -
XYZ 71.23 68.77 74.49 -
YUV 218.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 241 208 216 0 0.14 0.10 0.05 345.45 0.54 0.88
Hex F1 D0 D8 0 E A 5 159 36 58
Octal 361 320 330 0 16 12 5 531 66 130
Binary 11110001 11010000 11011000 0 1110 1010 101 101011001 110110 1011000

Color Harmonies of #F1D0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0D8

Black with #F1D0D8

Text Example


Text Example

White with #F1D0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0D8; }

 p { color: rgb(241,208,216); }

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

background-color css

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

 a { background-color: rgb(241,208,216); }

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

border-color css

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

 span { border-color: rgb(241,208,216); }

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