Html Css Color HEX #FEC8DA Pink Lace

📋 copy color: '#FEC8DA'

red 254 ◦ green 200 ◦ blue 218

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

Shades of Pink Lace #FEC8DA

Tints of Pink Lace #FEC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.76%

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

R = 37.8%
G = 29.76%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEC8DA (or 0xFEC8DA) is known color: Pink Lace. HEX triplet: FE, C8 and DA. RGB value is (254,200,218). Sum of RGB (Red+Green+Blue) = 254+200+218=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DA is #013725. Grayscale: #DADADA. Windows color (decimal): -79654 or 14338302. OLE color: 14338302.

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

Color convert

RGB 254 200 218 -
CMYK 0 0.21 0.14 0.00
HSL 340º 0.96% 0.89% -
HSV(B) 340º 0.21% 1% -
XYZ 74.18 67.44 75.44 -
YUV 218.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 254 200 218 0 0.21 0.14 0.00 340 0.96 0.89
Hex FE C8 DA 0 15 E 0 154 60 59
Octal 376 310 332 0 25 16 0 524 140 131
Binary 11111110 11001000 11011010 0 10101 1110 0 101010100 1100000 1011001

Color Harmonies of #FEC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8DA

Black with #FEC8DA

Text Example


Text Example

White with #FEC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8DA; }

 p { color: rgb(254,200,218); }

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

background-color css

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

 a { background-color: rgb(254,200,218); }

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

border-color css

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

 span { border-color: rgb(254,200,218); }

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