Html Css Color HEX #FCCEDA Pink Lace

📋 copy color: '#FCCEDA'

red 252 ◦ green 206 ◦ blue 218

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

Shades of Pink Lace #FCCEDA

Tints of Pink Lace #FCCEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.25%

R = 37.28%
G = 30.47%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCCEDA (or 0xFCCEDA) is known color: Pink Lace. HEX triplet: FC, CE and DA. RGB value is (252,206,218). Sum of RGB (Red+Green+Blue) = 252+206+218=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDA is #033125. Grayscale: #DDDDDD. Windows color (decimal): -209190 or 14339836. OLE color: 14339836.

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

Color convert

RGB 252 206 218 -
CMYK 0 0.18 0.13 0.01
HSL 344.35º 0.88% 0.9% -
HSV(B) 344.35º 0.18% 0.99% -
XYZ 74.87 69.9 75.88 -
YUV 221.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 252 206 218 0 0.18 0.13 0.01 344.35 0.88 0.9
Hex FC CE DA 0 12 D 1 158 58 5A
Octal 374 316 332 0 22 15 1 530 130 132
Binary 11111100 11001110 11011010 0 10010 1101 1 101011000 1011000 1011010

Color Harmonies of #FCCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEDA

Black with #FCCEDA

Text Example


Text Example

White with #FCCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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