Html Css Color HEX #F8D0D7 Pink Lace

📋 copy color: '#F8D0D7'

red 248 ◦ green 208 ◦ blue 215

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

Shades of Pink Lace #F8D0D7

Tints of Pink Lace #F8D0D7

RGB

 RED value IS 248 (97.27% from 255) = 36.96%

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

 BLUE value IS 215 (84.38% from 255) = 32.04%

R = 36.96%
G = 31%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F8D0D7 (or 0xF8D0D7) is known color: Pink Lace. HEX triplet: F8, D0 and D7. RGB value is (248,208,215). Sum of RGB (Red+Green+Blue) = 248+208+215=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0D7 is #072F28. Grayscale: #DCDCDC. Windows color (decimal): -470825 or 14143736. OLE color: 14143736.

HSL color Cylindrical-coordinate representation of color #F8D0D7: hue angle of 349.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D0D7 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 208 215 -
CMYK 0 0.16 0.13 0.03
HSL 349.5º 0.74% 0.89% -
HSV(B) 349.5º 0.16% 0.97% -
XYZ 73.53 69.97 73.92 -
YUV 220.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 248 208 215 0 0.16 0.13 0.03 349.5 0.74 0.89
Hex F8 D0 D7 0 10 D 3 15E 4A 59
Octal 370 320 327 0 20 15 3 536 112 131
Binary 11111000 11010000 11010111 0 10000 1101 11 101011110 1001010 1011001

Color Harmonies of #F8D0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D0D7

Black with #F8D0D7

Text Example


Text Example

White with #F8D0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D0D7; }

 p { color: rgb(248,208,215); }

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

background-color css

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

 a { background-color: rgb(248,208,215); }

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

border-color css

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

 span { border-color: rgb(248,208,215); }

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