Html Css Color HEX #FDD0D9 Pink Lace

📋 copy color: '#FDD0D9'

red 253 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #FDD0D9

Tints of Pink Lace #FDD0D9

RGB

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

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

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

R = 37.32%
G = 30.68%
B = 32.01%

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

#FDD0D9 (or 0xFDD0D9) is known color: Pink Lace. HEX triplet: FD, D0 and D9. RGB value is (253,208,217). Sum of RGB (Red+Green+Blue) = 253+208+217=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0D9 is #022F26. Grayscale: #DEDEDE. Windows color (decimal): -143143 or 14274813. OLE color: 14274813.

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

Color convert

RGB 253 208 217 -
CMYK 0 0.18 0.14 0.01
HSL 348º 0.92% 0.9% -
HSV(B) 348º 0.18% 0.99% -
XYZ 75.59 71 75.37 -
YUV 222.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 253 208 217 0 0.18 0.14 0.01 348 0.92 0.9
Hex FD D0 D9 0 12 E 1 15C 5C 5A
Octal 375 320 331 0 22 16 1 534 134 132
Binary 11111101 11010000 11011001 0 10010 1110 1 101011100 1011100 1011010

Color Harmonies of #FDD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0D9

Black with #FDD0D9

Text Example


Text Example

White with #FDD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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