Html Css Color HEX #FDD0DA Pink Lace

📋 copy color: '#FDD0DA'

red 253 ◦ green 208 ◦ blue 218

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

Shades of Pink Lace #FDD0DA

Tints of Pink Lace #FDD0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.63%

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

R = 37.26%
G = 30.63%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDD0DA (or 0xFDD0DA) is known color: Pink Lace. HEX triplet: FD, D0 and DA. RGB value is (253,208,218). Sum of RGB (Red+Green+Blue) = 253+208+218=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0DA is #022F25. Grayscale: #DEDEDE. Windows color (decimal): -143142 or 14340349. OLE color: 14340349.

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

Color convert

RGB 253 208 218 -
CMYK 0 0.18 0.14 0.01
HSL 346.67º 0.92% 0.9% -
HSV(B) 346.67º 0.18% 0.99% -
XYZ 75.72 71.06 76.05 -
YUV 222.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 253 208 218 0 0.18 0.14 0.01 346.67 0.92 0.9
Hex FD D0 DA 0 12 E 1 15B 5C 5A
Octal 375 320 332 0 22 16 1 533 134 132
Binary 11111101 11010000 11011010 0 10010 1110 1 101011011 1011100 1011010

Color Harmonies of #FDD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0DA

Black with #FDD0DA

Text Example


Text Example

White with #FDD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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