Html Css Color HEX #FDCCDB Pink Lace

📋 copy color: '#FDCCDB'

red 253 ◦ green 204 ◦ blue 219

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

Shades of Pink Lace #FDCCDB

Tints of Pink Lace #FDCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.18%

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

R = 37.43%
G = 30.18%
B = 32.4%

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

#FDCCDB (or 0xFDCCDB) is known color: Pink Lace. HEX triplet: FD, CC and DB. RGB value is (253,204,219). Sum of RGB (Red+Green+Blue) = 253+204+219=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCDB is #023324. Grayscale: #DCDCDC. Windows color (decimal): -144165 or 14404861. OLE color: 14404861.

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

Color convert

RGB 253 204 219 -
CMYK 0 0.19 0.13 0.01
HSL 341.63º 0.92% 0.9% -
HSV(B) 341.63º 0.19% 0.99% -
XYZ 74.89 69.18 76.42 -
YUV 220.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 253 204 219 0 0.19 0.13 0.01 341.63 0.92 0.9
Hex FD CC DB 0 13 D 1 156 5C 5A
Octal 375 314 333 0 23 15 1 526 134 132
Binary 11111101 11001100 11011011 0 10011 1101 1 101010110 1011100 1011010

Color Harmonies of #FDCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCDB

Black with #FDCCDB

Text Example


Text Example

White with #FDCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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