Html Css Color HEX #FDC7D8 Pink Lace

📋 copy color: '#FDC7D8'

red 253 ◦ green 199 ◦ blue 216

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

Shades of Pink Lace #FDC7D8

Tints of Pink Lace #FDC7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.34%

R = 37.87%
G = 29.79%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDC7D8 (or 0xFDC7D8) is known color: Pink Lace. HEX triplet: FD, C7 and D8. RGB value is (253,199,216). Sum of RGB (Red+Green+Blue) = 253+199+216=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D8 is #023827. Grayscale: #D9D9D9. Windows color (decimal): -145448 or 14206973. OLE color: 14206973.

HSL color Cylindrical-coordinate representation of color #FDC7D8: hue angle of 341.11º 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 #FDC7D8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 216 -
CMYK 0 0.21 0.15 0.01
HSL 341.11º 0.93% 0.89% -
HSV(B) 341.11º 0.21% 0.99% -
XYZ 73.33 66.69 73.97 -
YUV 217.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 253 199 216 0 0.21 0.15 0.01 341.11 0.93 0.89
Hex FD C7 D8 0 15 F 1 155 5D 59
Octal 375 307 330 0 25 17 1 525 135 131
Binary 11111101 11000111 11011000 0 10101 1111 1 101010101 1011101 1011001

Color Harmonies of #FDC7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7D8

Black with #FDC7D8

Text Example


Text Example

White with #FDC7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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