Html Css Color HEX #FCCED8 Pink Lace

📋 copy color: '#FCCED8'

red 252 ◦ green 206 ◦ blue 216

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

Shades of Pink Lace #FCCED8

Tints of Pink Lace #FCCED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.05%

R = 37.39%
G = 30.56%
B = 32.05%

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

#FCCED8 (or 0xFCCED8) is known color: Pink Lace. HEX triplet: FC, CE and D8. RGB value is (252,206,216). Sum of RGB (Red+Green+Blue) = 252+206+216=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED8 is #033127. Grayscale: #DCDCDC. Windows color (decimal): -209192 or 14208764. OLE color: 14208764.

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

Color convert

RGB 252 206 216 -
CMYK 0 0.18 0.14 0.01
HSL 346.96º 0.88% 0.9% -
HSV(B) 346.96º 0.18% 0.99% -
XYZ 74.61 69.8 74.51 -
YUV 220.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 252 206 216 0 0.18 0.14 0.01 346.96 0.88 0.9
Hex FC CE D8 0 12 E 1 15B 58 5A
Octal 374 316 330 0 22 16 1 533 130 132
Binary 11111100 11001110 11011000 0 10010 1110 1 101011011 1011000 1011010

Color Harmonies of #FCCED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCED8

Black with #FCCED8

Text Example


Text Example

White with #FCCED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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