Html Css Color HEX #FDC9D5 Pink Lace

📋 copy color: '#FDC9D5'

red 253 ◦ green 201 ◦ blue 213

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

Shades of Pink Lace #FDC9D5

Tints of Pink Lace #FDC9D5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.13%

 BLUE value IS 213 (83.59% from 255) = 31.93%

R = 37.93%
G = 30.13%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDC9D5 (or 0xFDC9D5) is known color: Pink Lace. HEX triplet: FD, C9 and D5. RGB value is (253,201,213). Sum of RGB (Red+Green+Blue) = 253+201+213=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9D5 is #02362A. Grayscale: #D9D9D9. Windows color (decimal): -144939 or 14010877. OLE color: 14010877.

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

Color convert

RGB 253 201 213 -
CMYK 0 0.21 0.16 0.01
HSL 346.15º 0.93% 0.89% -
HSV(B) 346.15º 0.21% 0.99% -
XYZ 73.4 67.46 72.1 -
YUV 217.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 253 201 213 0 0.21 0.16 0.01 346.15 0.93 0.89
Hex FD C9 D5 0 15 10 1 15A 5D 59
Octal 375 311 325 0 25 20 1 532 135 131
Binary 11111101 11001001 11010101 0 10101 10000 1 101011010 1011101 1011001

Color Harmonies of #FDC9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9D5

Black with #FDC9D5

Text Example


Text Example

White with #FDC9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9D5; }

 p { color: rgb(253,201,213); }

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

background-color css

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

 a { background-color: rgb(253,201,213); }

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

border-color css

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

 span { border-color: rgb(253,201,213); }

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