Html Css Color HEX #FDC7D9 Pink Lace

📋 copy color: '#FDC7D9'

red 253 ◦ green 199 ◦ blue 217

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

Shades of Pink Lace #FDC7D9

Tints of Pink Lace #FDC7D9

RGB

 RED value IS 253 (99.22% from 255) = 37.82%

 GREEN value IS 199 (78.13% from 255) = 29.75%

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

R = 37.82%
G = 29.75%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDC7D9 (or 0xFDC7D9) is known color: Pink Lace. HEX triplet: FD, C7 and D9. RGB value is (253,199,217). Sum of RGB (Red+Green+Blue) = 253+199+217=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D9 is #023826. Grayscale: #D9D9D9. Windows color (decimal): -145447 or 14272509. OLE color: 14272509.

HSL color Cylindrical-coordinate representation of color #FDC7D9: hue angle of 340º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7D9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 217 -
CMYK 0 0.21 0.14 0.01
HSL 340º 0.93% 0.89% -
HSV(B) 340º 0.21% 0.99% -
XYZ 73.46 66.74 74.66 -
YUV 217.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 253 199 217 0 0.21 0.14 0.01 340 0.93 0.89
Hex FD C7 D9 0 15 E 1 154 5D 59
Octal 375 307 331 0 25 16 1 524 135 131
Binary 11111101 11000111 11011001 0 10101 1110 1 101010100 1011101 1011001

Color Harmonies of #FDC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7D9

Black with #FDC7D9

Text Example


Text Example

White with #FDC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7D9; }

 p { color: rgb(253,199,217); }

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

background-color css

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

 a { background-color: rgb(253,199,217); }

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

border-color css

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

 span { border-color: rgb(253,199,217); }

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