Html Css Color HEX #FDD2DC Pink Lace

📋 copy color: '#FDD2DC'

red 253 ◦ green 210 ◦ blue 220

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

Shades of Pink Lace #FDD2DC

Tints of Pink Lace #FDD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.75%

 BLUE value IS 220 (86.33% from 255) = 32.21%

R = 37.04%
G = 30.75%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDD2DC (or 0xFDD2DC) is known color: Pink Lace. HEX triplet: FD, D2 and DC. RGB value is (253,210,220). Sum of RGB (Red+Green+Blue) = 253+210+220=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2DC is #022D23. Grayscale: #DFDFDF. Windows color (decimal): -142628 or 14471933. OLE color: 14471933.

HSL color Cylindrical-coordinate representation of color #FDD2DC: hue angle of 346.05º degrees, saturation: 0.91, 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 #FDD2DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 210 220 -
CMYK 0 0.17 0.13 0.01
HSL 346.05º 0.91% 0.91% -
HSV(B) 346.05º 0.17% 0.99% -
XYZ 76.47 72.14 77.6 -
YUV 224 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 253 210 220 0 0.17 0.13 0.01 346.05 0.91 0.91
Hex FD D2 DC 0 11 D 1 15A 5B 5B
Octal 375 322 334 0 21 15 1 532 133 133
Binary 11111101 11010010 11011100 0 10001 1101 1 101011010 1011011 1011011

Color Harmonies of #FDD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2DC

Black with #FDD2DC

Text Example


Text Example

White with #FDD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2DC; }

 p { color: rgb(253,210,220); }

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

background-color css

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

 a { background-color: rgb(253,210,220); }

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

border-color css

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

 span { border-color: rgb(253,210,220); }

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