Html Css Color HEX #FDCDDB Pink Lace

📋 copy color: '#FDCDDB'

red 253 ◦ green 205 ◦ blue 219

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

Shades of Pink Lace #FDCDDB

Tints of Pink Lace #FDCDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.35%

R = 37.37%
G = 30.28%
B = 32.35%

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

#FDCDDB (or 0xFDCDDB) is known color: Pink Lace. HEX triplet: FD, CD and DB. RGB value is (253,205,219). Sum of RGB (Red+Green+Blue) = 253+205+219=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDB is #023224. Grayscale: #DCDCDC. Windows color (decimal): -143909 or 14405117. OLE color: 14405117.

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

Color convert

RGB 253 205 219 -
CMYK 0 0.19 0.13 0.01
HSL 342.5º 0.92% 0.9% -
HSV(B) 342.5º 0.19% 0.99% -
XYZ 75.13 69.66 76.5 -
YUV 220.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 253 205 219 0 0.19 0.13 0.01 342.5 0.92 0.9
Hex FD CD DB 0 13 D 1 156 5C 5A
Octal 375 315 333 0 23 15 1 526 134 132
Binary 11111101 11001101 11011011 0 10011 1101 1 101010110 1011100 1011010

Color Harmonies of #FDCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDDB

Black with #FDCDDB

Text Example


Text Example

White with #FDCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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