Html Css Color HEX #FCCDD7 Pink Lace

📋 copy color: '#FCCDD7'

red 252 ◦ green 205 ◦ blue 215

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

Shades of Pink Lace #FCCDD7

Tints of Pink Lace #FCCDD7

RGB

 RED value IS 252 (98.83% from 255) = 37.5%

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

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 37.5%
G = 30.51%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCCDD7 (or 0xFCCDD7) is known color: Pink Lace. HEX triplet: FC, CD and D7. RGB value is (252,205,215). Sum of RGB (Red+Green+Blue) = 252+205+215=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD7 is #033228. Grayscale: #DCDCDC. Windows color (decimal): -209449 or 14142972. OLE color: 14142972.

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

Color convert

RGB 252 205 215 -
CMYK 0 0.19 0.15 0.01
HSL 347.23º 0.89% 0.9% -
HSV(B) 347.23º 0.19% 0.99% -
XYZ 74.24 69.26 73.75 -
YUV 220.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 252 205 215 0 0.19 0.15 0.01 347.23 0.89 0.9
Hex FC CD D7 0 13 F 1 15B 59 5A
Octal 374 315 327 0 23 17 1 533 131 132
Binary 11111100 11001101 11010111 0 10011 1111 1 101011011 1011001 1011010

Color Harmonies of #FCCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDD7

Black with #FCCDD7

Text Example


Text Example

White with #FCCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDD7; }

 p { color: rgb(252,205,215); }

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

background-color css

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

 a { background-color: rgb(252,205,215); }

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

border-color css

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

 span { border-color: rgb(252,205,215); }

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