Html Css Color HEX #F7D0DB Pink Lace

📋 copy color: '#F7D0DB'

red 247 ◦ green 208 ◦ blue 219

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

Shades of Pink Lace #F7D0DB

Tints of Pink Lace #F7D0DB

RGB

 RED value IS 247 (96.88% from 255) = 36.65%

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

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 36.65%
G = 30.86%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7D0DB (or 0xF7D0DB) is known color: Pink Lace. HEX triplet: F7, D0 and DB. RGB value is (247,208,219). Sum of RGB (Red+Green+Blue) = 247+208+219=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0DB is #082F24. Grayscale: #DCDCDC. Windows color (decimal): -536357 or 14405879. OLE color: 14405879.

HSL color Cylindrical-coordinate representation of color #F7D0DB: hue angle of 343.08º degrees, saturation: 0.71, 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 #F7D0DB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 208 219 -
CMYK 0 0.16 0.11 0.03
HSL 343.08º 0.71% 0.89% -
HSV(B) 343.08º 0.16% 0.97% -
XYZ 73.7 70 76.64 -
YUV 220.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 247 208 219 0 0.16 0.11 0.03 343.08 0.71 0.89
Hex F7 D0 DB 0 10 B 3 157 47 59
Octal 367 320 333 0 20 13 3 527 107 131
Binary 11110111 11010000 11011011 0 10000 1011 11 101010111 1000111 1011001

Color Harmonies of #F7D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0DB

Black with #F7D0DB

Text Example


Text Example

White with #F7D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0DB; }

 p { color: rgb(247,208,219); }

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

background-color css

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

 a { background-color: rgb(247,208,219); }

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

border-color css

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

 span { border-color: rgb(247,208,219); }

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