Html Css Color HEX #FCCED4 Pink Lace

📋 copy color: '#FCCED4'

red 252 ◦ green 206 ◦ blue 212

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

Shades of Pink Lace #FCCED4

Tints of Pink Lace #FCCED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.64%

R = 37.61%
G = 30.75%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCCED4 (or 0xFCCED4) is known color: Pink Lace. HEX triplet: FC, CE and D4. RGB value is (252,206,212). Sum of RGB (Red+Green+Blue) = 252+206+212=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED4 is #03312B. Grayscale: #DCDCDC. Windows color (decimal): -209196 or 13946620. OLE color: 13946620.

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

Color convert

RGB 252 206 212 -
CMYK 0 0.18 0.16 0.01
HSL 352.17º 0.88% 0.9% -
HSV(B) 352.17º 0.18% 0.99% -
XYZ 74.1 69.59 71.81 -
YUV 220.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 252 206 212 0 0.18 0.16 0.01 352.17 0.88 0.9
Hex FC CE D4 0 12 10 1 160 58 5A
Octal 374 316 324 0 22 20 1 540 130 132
Binary 11111100 11001110 11010100 0 10010 10000 1 101100000 1011000 1011010

Color Harmonies of #FCCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCED4

Black with #FCCED4

Text Example


Text Example

White with #FCCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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