Html Css Color HEX #FCCED9 Pink Lace

📋 copy color: '#FCCED9'

red 252 ◦ green 206 ◦ blue 217

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

Shades of Pink Lace #FCCED9

Tints of Pink Lace #FCCED9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.52%

 BLUE value IS 217 (85.16% from 255) = 32.15%

R = 37.33%
G = 30.52%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCCED9 (or 0xFCCED9) is known color: Pink Lace. HEX triplet: FC, CE and D9. RGB value is (252,206,217). Sum of RGB (Red+Green+Blue) = 252+206+217=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED9 is #033126. Grayscale: #DDDDDD. Windows color (decimal): -209191 or 14274300. OLE color: 14274300.

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

Color convert

RGB 252 206 217 -
CMYK 0 0.18 0.14 0.01
HSL 345.65º 0.88% 0.9% -
HSV(B) 345.65º 0.18% 0.99% -
XYZ 74.74 69.85 75.19 -
YUV 221.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 252 206 217 0 0.18 0.14 0.01 345.65 0.88 0.9
Hex FC CE D9 0 12 E 1 15A 58 5A
Octal 374 316 331 0 22 16 1 532 130 132
Binary 11111100 11001110 11011001 0 10010 1110 1 101011010 1011000 1011010

Color Harmonies of #FCCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCED9

Black with #FCCED9

Text Example


Text Example

White with #FCCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCED9; }

 p { color: rgb(252,206,217); }

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

background-color css

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

 a { background-color: rgb(252,206,217); }

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

border-color css

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

 span { border-color: rgb(252,206,217); }

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