Html Css Color HEX #FDCDDC Pink Lace

📋 copy color: '#FDCDDC'

red 253 ◦ green 205 ◦ blue 220

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

Shades of Pink Lace #FDCDDC

Tints of Pink Lace #FDCDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.24%

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

R = 37.32%
G = 30.24%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDCDDC (or 0xFDCDDC) is known color: Pink Lace. HEX triplet: FD, CD and DC. RGB value is (253,205,220). Sum of RGB (Red+Green+Blue) = 253+205+220=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDC is #023223. Grayscale: #DDDDDD. Windows color (decimal): -143908 or 14470653. OLE color: 14470653.

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

Color convert

RGB 253 205 220 -
CMYK 0 0.19 0.13 0.01
HSL 341.25º 0.92% 0.9% -
HSV(B) 341.25º 0.19% 0.99% -
XYZ 75.26 69.71 77.2 -
YUV 221.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 253 205 220 0 0.19 0.13 0.01 341.25 0.92 0.9
Hex FD CD DC 0 13 D 1 155 5C 5A
Octal 375 315 334 0 23 15 1 525 134 132
Binary 11111101 11001101 11011100 0 10011 1101 1 101010101 1011100 1011010

Color Harmonies of #FDCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDDC

Black with #FDCDDC

Text Example


Text Example

White with #FDCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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