Html Css Color HEX #F8D0D9 Pink Lace

📋 copy color: '#F8D0D9'

red 248 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #F8D0D9

Tints of Pink Lace #F8D0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 36.85%
G = 30.91%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8D0D9 (or 0xF8D0D9) is known color: Pink Lace. HEX triplet: F8, D0 and D9. RGB value is (248,208,217). Sum of RGB (Red+Green+Blue) = 248+208+217=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0D9 is #072F26. Grayscale: #DCDCDC. Windows color (decimal): -470823 or 14274808. OLE color: 14274808.

HSL color Cylindrical-coordinate representation of color #F8D0D9: hue angle of 346.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 #F8D0D9 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 208 217 -
CMYK 0 0.16 0.12 0.03
HSL 346.5º 0.74% 0.89% -
HSV(B) 346.5º 0.16% 0.97% -
XYZ 73.79 70.08 75.28 -
YUV 220.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 248 208 217 0 0.16 0.12 0.03 346.5 0.74 0.89
Hex F8 D0 D9 0 10 C 3 15A 4A 59
Octal 370 320 331 0 20 14 3 532 112 131
Binary 11111000 11010000 11011001 0 10000 1100 11 101011010 1001010 1011001

Color Harmonies of #F8D0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D0D9

Black with #F8D0D9

Text Example


Text Example

White with #F8D0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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