Html Css Color HEX #F7D0DC Pink Lace

📋 copy color: '#F7D0DC'

red 247 ◦ green 208 ◦ blue 220

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

Shades of Pink Lace #F7D0DC

Tints of Pink Lace #F7D0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.59%

R = 36.59%
G = 30.81%
B = 32.59%

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

#F7D0DC (or 0xF7D0DC) is known color: Pink Lace. HEX triplet: F7, D0 and DC. RGB value is (247,208,220). Sum of RGB (Red+Green+Blue) = 247+208+220=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0DC is #082F23. Grayscale: #DDDDDD. Windows color (decimal): -536356 or 14471415. OLE color: 14471415.

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

Color convert

RGB 247 208 220 -
CMYK 0 0.16 0.11 0.03
HSL 341.54º 0.71% 0.89% -
HSV(B) 341.54º 0.16% 0.97% -
XYZ 73.83 70.05 77.34 -
YUV 221.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 247 208 220 0 0.16 0.11 0.03 341.54 0.71 0.89
Hex F7 D0 DC 0 10 B 3 156 47 59
Octal 367 320 334 0 20 13 3 526 107 131
Binary 11110111 11010000 11011100 0 10000 1011 11 101010110 1000111 1011001

Color Harmonies of #F7D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0DC

Black with #F7D0DC

Text Example


Text Example

White with #F7D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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