Html Css Color HEX #FECED5 Pink Lace

📋 copy color: '#FECED5'

red 254 ◦ green 206 ◦ blue 213

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

Shades of Pink Lace #FECED5

Tints of Pink Lace #FECED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.65%

R = 37.74%
G = 30.61%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FECED5 (or 0xFECED5) is known color: Pink Lace. HEX triplet: FE, CE and D5. RGB value is (254,206,213). Sum of RGB (Red+Green+Blue) = 254+206+213=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED5 is #01312A. Grayscale: #DDDDDD. Windows color (decimal): -78123 or 14012158. OLE color: 14012158.

HSL color Cylindrical-coordinate representation of color #FECED5: hue angle of 351.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 #FECED5 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 206 213 -
CMYK 0 0.19 0.16 0.00
HSL 351.25º 0.96% 0.9% -
HSV(B) 351.25º 0.19% 1% -
XYZ 74.95 70.02 72.51 -
YUV 221.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 254 206 213 0 0.19 0.16 0.00 351.25 0.96 0.9
Hex FE CE D5 0 13 10 0 15F 60 5A
Octal 376 316 325 0 23 20 0 537 140 132
Binary 11111110 11001110 11010101 0 10011 10000 0 101011111 1100000 1011010

Color Harmonies of #FECED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECED5

Black with #FECED5

Text Example


Text Example

White with #FECED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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