Html Css Color HEX #FEC8D3 Pink Lace

📋 copy color: '#FEC8D3'

red 254 ◦ green 200 ◦ blue 211

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

Shades of Pink Lace #FEC8D3

Tints of Pink Lace #FEC8D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 38.2%
G = 30.08%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEC8D3 (or 0xFEC8D3) is known color: Pink Lace. HEX triplet: FE, C8 and D3. RGB value is (254,200,211). Sum of RGB (Red+Green+Blue) = 254+200+211=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D3 is #01372C. Grayscale: #D9D9D9. Windows color (decimal): -79661 or 13879550. OLE color: 13879550.

HSL color Cylindrical-coordinate representation of color #FEC8D3: hue angle of 347.78º 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 #FEC8D3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 200 211 -
CMYK 0 0.21 0.17 0.00
HSL 347.78º 0.96% 0.89% -
HSV(B) 347.78º 0.21% 1% -
XYZ 73.29 67.08 70.71 -
YUV 217.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 254 200 211 0 0.21 0.17 0.00 347.78 0.96 0.89
Hex FE C8 D3 0 15 11 0 15C 60 59
Octal 376 310 323 0 25 21 0 534 140 131
Binary 11111110 11001000 11010011 0 10101 10001 0 101011100 1100000 1011001

Color Harmonies of #FEC8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8D3

Black with #FEC8D3

Text Example


Text Example

White with #FEC8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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