Html Css Color HEX #FDCDD9 Pink Lace

📋 copy color: '#FDCDD9'

red 253 ◦ green 205 ◦ blue 217

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

Shades of Pink Lace #FDCDD9

Tints of Pink Lace #FDCDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.37%

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

R = 37.48%
G = 30.37%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDCDD9 (or 0xFDCDD9) is known color: Pink Lace. HEX triplet: FD, CD and D9. RGB value is (253,205,217). Sum of RGB (Red+Green+Blue) = 253+205+217=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD9 is #023226. Grayscale: #DCDCDC. Windows color (decimal): -143911 or 14274045. OLE color: 14274045.

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

Color convert

RGB 253 205 217 -
CMYK 0 0.19 0.14 0.01
HSL 345º 0.92% 0.9% -
HSV(B) 345º 0.19% 0.99% -
XYZ 74.86 69.56 75.13 -
YUV 220.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 253 205 217 0 0.19 0.14 0.01 345 0.92 0.9
Hex FD CD D9 0 13 E 1 159 5C 5A
Octal 375 315 331 0 23 16 1 531 134 132
Binary 11111101 11001101 11011001 0 10011 1110 1 101011001 1011100 1011010

Color Harmonies of #FDCDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDD9

Black with #FDCDD9

Text Example


Text Example

White with #FDCDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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