Html Css Color HEX #FECCDC Pink Lace

📋 copy color: '#FECCDC'

red 254 ◦ green 204 ◦ blue 220

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

Shades of Pink Lace #FECCDC

Tints of Pink Lace #FECCDC

RGB

 RED value IS 254 (99.61% from 255) = 37.46%

 GREEN value IS 204 (80.08% from 255) = 30.09%

 BLUE value IS 220 (86.33% from 255) = 32.45%

R = 37.46%
G = 30.09%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FECCDC (or 0xFECCDC) is known color: Pink Lace. HEX triplet: FE, CC and DC. RGB value is (254,204,220). Sum of RGB (Red+Green+Blue) = 254+204+220=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCDC is #013323. Grayscale: #DCDCDC. Windows color (decimal): -78628 or 14470398. OLE color: 14470398.

HSL color Cylindrical-coordinate representation of color #FECCDC: hue angle of 340.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCDC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 220 -
CMYK 0 0.20 0.13 0.00
HSL 340.8º 0.96% 0.9% -
HSV(B) 340.8º 0.2% 1% -
XYZ 75.38 69.42 77.14 -
YUV 220.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 254 204 220 0 0.20 0.13 0.00 340.8 0.96 0.9
Hex FE CC DC 0 14 D 0 155 60 5A
Octal 376 314 334 0 24 15 0 525 140 132
Binary 11111110 11001100 11011100 0 10100 1101 0 101010101 1100000 1011010

Color Harmonies of #FECCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCDC

Black with #FECCDC

Text Example


Text Example

White with #FECCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCDC; }

 p { color: rgb(254,204,220); }

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

background-color css

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

 a { background-color: rgb(254,204,220); }

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

border-color css

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

 span { border-color: rgb(254,204,220); }

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