Html Css Color HEX #FCCEDD Pink Lace

📋 copy color: '#FCCEDD'

red 252 ◦ green 206 ◦ blue 221

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

Shades of Pink Lace #FCCEDD

Tints of Pink Lace #FCCEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.55%

R = 37.11%
G = 30.34%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCCEDD (or 0xFCCEDD) is known color: Pink Lace. HEX triplet: FC, CE and DD. RGB value is (252,206,221). Sum of RGB (Red+Green+Blue) = 252+206+221=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDD is #033122. Grayscale: #DDDDDD. Windows color (decimal): -209187 or 14536444. OLE color: 14536444.

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

Color convert

RGB 252 206 221 -
CMYK 0 0.18 0.12 0.01
HSL 340.43º 0.88% 0.9% -
HSV(B) 340.43º 0.18% 0.99% -
XYZ 75.27 70.06 77.96 -
YUV 221.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 252 206 221 0 0.18 0.12 0.01 340.43 0.88 0.9
Hex FC CE DD 0 12 C 1 154 58 5A
Octal 374 316 335 0 22 14 1 524 130 132
Binary 11111100 11001110 11011101 0 10010 1100 1 101010100 1011000 1011010

Color Harmonies of #FCCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEDD

Black with #FCCEDD

Text Example


Text Example

White with #FCCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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