Html Css Color HEX #FECAD8 Pink Lace

📋 copy color: '#FECAD8'

red 254 ◦ green 202 ◦ blue 216

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

Shades of Pink Lace #FECAD8

Tints of Pink Lace #FECAD8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.06%

 BLUE value IS 216 (84.77% from 255) = 32.14%

R = 37.8%
G = 30.06%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FECAD8 (or 0xFECAD8) is known color: Pink Lace. HEX triplet: FE, CA and D8. RGB value is (254,202,216). Sum of RGB (Red+Green+Blue) = 254+202+216=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD8 is #013527. Grayscale: #DBDBDB. Windows color (decimal): -79144 or 14207742. OLE color: 14207742.

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

Color convert

RGB 254 202 216 -
CMYK 0 0.20 0.15 0.00
HSL 343.85º 0.96% 0.89% -
HSV(B) 343.85º 0.2% 1% -
XYZ 74.39 68.27 74.22 -
YUV 219.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 254 202 216 0 0.20 0.15 0.00 343.85 0.96 0.89
Hex FE CA D8 0 14 F 0 158 60 59
Octal 376 312 330 0 24 17 0 530 140 131
Binary 11111110 11001010 11011000 0 10100 1111 0 101011000 1100000 1011001

Color Harmonies of #FECAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAD8

Black with #FECAD8

Text Example


Text Example

White with #FECAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAD8; }

 p { color: rgb(254,202,216); }

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

background-color css

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

 a { background-color: rgb(254,202,216); }

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

border-color css

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

 span { border-color: rgb(254,202,216); }

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