Html Css Color HEX #FDD1DA Pink Lace

📋 copy color: '#FDD1DA'

red 253 ◦ green 209 ◦ blue 218

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

Shades of Pink Lace #FDD1DA

Tints of Pink Lace #FDD1DA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.74%

 BLUE value IS 218 (85.55% from 255) = 32.06%

R = 37.21%
G = 30.74%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDD1DA (or 0xFDD1DA) is known color: Pink Lace. HEX triplet: FD, D1 and DA. RGB value is (253,209,218). Sum of RGB (Red+Green+Blue) = 253+209+218=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1DA is #022E25. Grayscale: #DFDFDF. Windows color (decimal): -142886 or 14340605. OLE color: 14340605.

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

Color convert

RGB 253 209 218 -
CMYK 0 0.17 0.14 0.01
HSL 347.73º 0.92% 0.91% -
HSV(B) 347.73º 0.17% 0.99% -
XYZ 75.96 71.55 76.14 -
YUV 223.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 253 209 218 0 0.17 0.14 0.01 347.73 0.92 0.91
Hex FD D1 DA 0 11 E 1 15C 5C 5B
Octal 375 321 332 0 21 16 1 534 134 133
Binary 11111101 11010001 11011010 0 10001 1110 1 101011100 1011100 1011011

Color Harmonies of #FDD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1DA

Black with #FDD1DA

Text Example


Text Example

White with #FDD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1DA; }

 p { color: rgb(253,209,218); }

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

background-color css

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

 a { background-color: rgb(253,209,218); }

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

border-color css

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

 span { border-color: rgb(253,209,218); }

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