Html Css Color HEX #FECEDD Pink Lace

📋 copy color: '#FECEDD'

red 254 ◦ green 206 ◦ blue 221

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

Shades of Pink Lace #FECEDD

Tints of Pink Lace #FECEDD

RGB

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

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

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

R = 37.3%
G = 30.25%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FECEDD (or 0xFECEDD) is known color: Pink Lace. HEX triplet: FE, CE and DD. RGB value is (254,206,221). Sum of RGB (Red+Green+Blue) = 254+206+221=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDD is #013122. Grayscale: #DEDEDE. Windows color (decimal): -78115 or 14536446. OLE color: 14536446.

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

Color convert

RGB 254 206 221 -
CMYK 0 0.19 0.13 0.00
HSL 341.25º 0.96% 0.9% -
HSV(B) 341.25º 0.19% 1% -
XYZ 76 70.43 78 -
YUV 222.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 254 206 221 0 0.19 0.13 0.00 341.25 0.96 0.9
Hex FE CE DD 0 13 D 0 155 60 5A
Octal 376 316 335 0 23 15 0 525 140 132
Binary 11111110 11001110 11011101 0 10011 1101 0 101010101 1100000 1011010

Color Harmonies of #FECEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEDD

Black with #FECEDD

Text Example


Text Example

White with #FECEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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