Html Css Color HEX #FDC4D7 Pink Lace

📋 copy color: '#FDC4D7'

red 253 ◦ green 196 ◦ blue 215

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

Shades of Pink Lace #FDC4D7

Tints of Pink Lace #FDC4D7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.52%

 BLUE value IS 215 (84.38% from 255) = 32.38%

R = 38.1%
G = 29.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDC4D7 (or 0xFDC4D7) is known color: Pink Lace. HEX triplet: FD, C4 and D7. RGB value is (253,196,215). Sum of RGB (Red+Green+Blue) = 253+196+215=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4D7 is #023B28. Grayscale: #D7D7D7. Windows color (decimal): -146217 or 14140669. OLE color: 14140669.

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

Color convert

RGB 253 196 215 -
CMYK 0 0.23 0.15 0.01
HSL 340º 0.93% 0.88% -
HSV(B) 340º 0.23% 0.99% -
XYZ 72.51 65.27 73.07 -
YUV 215.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 253 196 215 0 0.23 0.15 0.01 340 0.93 0.88
Hex FD C4 D7 0 17 F 1 154 5D 58
Octal 375 304 327 0 27 17 1 524 135 130
Binary 11111101 11000100 11010111 0 10111 1111 1 101010100 1011101 1011000

Color Harmonies of #FDC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4D7

Black with #FDC4D7

Text Example


Text Example

White with #FDC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4D7; }

 p { color: rgb(253,196,215); }

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

background-color css

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

 a { background-color: rgb(253,196,215); }

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

border-color css

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

 span { border-color: rgb(253,196,215); }

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