Html Css Color HEX #FDC2D4 Pink Lace

📋 copy color: '#FDC2D4'

red 253 ◦ green 194 ◦ blue 212

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

Shades of Pink Lace #FDC2D4

Tints of Pink Lace #FDC2D4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.44%

 BLUE value IS 212 (83.2% from 255) = 32.17%

R = 38.39%
G = 29.44%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDC2D4 (or 0xFDC2D4) is known color: Pink Lace. HEX triplet: FD, C2 and D4. RGB value is (253,194,212). Sum of RGB (Red+Green+Blue) = 253+194+212=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2D4 is #023D2B. Grayscale: #D5D5D5. Windows color (decimal): -146732 or 13943549. OLE color: 13943549.

HSL color Cylindrical-coordinate representation of color #FDC2D4: hue angle of 341.69º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2D4 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 212 -
CMYK 0 0.23 0.16 0.01
HSL 341.69º 0.94% 0.88% -
HSV(B) 341.69º 0.23% 0.99% -
XYZ 71.68 64.22 70.9 -
YUV 213.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 253 194 212 0 0.23 0.16 0.01 341.69 0.94 0.88
Hex FD C2 D4 0 17 10 1 156 5E 58
Octal 375 302 324 0 27 20 1 526 136 130
Binary 11111101 11000010 11010100 0 10111 10000 1 101010110 1011110 1011000

Color Harmonies of #FDC2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2D4

Black with #FDC2D4

Text Example


Text Example

White with #FDC2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2D4; }

 p { color: rgb(253,194,212); }

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

background-color css

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

 a { background-color: rgb(253,194,212); }

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

border-color css

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

 span { border-color: rgb(253,194,212); }

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