Html Css Color HEX #FCCED7 Pink Lace

📋 copy color: '#FCCED7'

red 252 ◦ green 206 ◦ blue 215

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

Shades of Pink Lace #FCCED7

Tints of Pink Lace #FCCED7

RGB

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

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

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

R = 37.44%
G = 30.61%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCCED7 (or 0xFCCED7) is known color: Pink Lace. HEX triplet: FC, CE and D7. RGB value is (252,206,215). Sum of RGB (Red+Green+Blue) = 252+206+215=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED7 is #033128. Grayscale: #DCDCDC. Windows color (decimal): -209193 or 14143228. OLE color: 14143228.

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

Color convert

RGB 252 206 215 -
CMYK 0 0.18 0.15 0.01
HSL 348.26º 0.88% 0.9% -
HSV(B) 348.26º 0.18% 0.99% -
XYZ 74.48 69.74 73.83 -
YUV 220.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 252 206 215 0 0.18 0.15 0.01 348.26 0.88 0.9
Hex FC CE D7 0 12 F 1 15C 58 5A
Octal 374 316 327 0 22 17 1 534 130 132
Binary 11111100 11001110 11010111 0 10010 1111 1 101011100 1011000 1011010

Color Harmonies of #FCCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCED7

Black with #FCCED7

Text Example


Text Example

White with #FCCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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