Html Css Color HEX #FEA8DB Lavender Pink

📋 copy color: '#FEA8DB'

red 254 ◦ green 168 ◦ blue 219

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

Shades of Lavender Pink #FEA8DB

Tints of Lavender Pink #FEA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.21%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 39.63%
G = 26.21%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEA8DB (or 0xFEA8DB) is known color: Lavender Pink. HEX triplet: FE, A8 and DB. RGB value is (254,168,219). Sum of RGB (Red+Green+Blue) = 254+168+219=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8DB is #015724. Grayscale: #C7C7C7. Windows color (decimal): -87845 or 14395646. OLE color: 14395646.

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

Color convert

RGB 254 168 219 -
CMYK 0 0.34 0.14 0.00
HSL 324.42º 0.98% 0.83% -
HSV(B) 324.42º 0.34% 1% -
XYZ 67.66 54.19 73.91 -
YUV 199.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 254 168 219 0 0.34 0.14 0.00 324.42 0.98 0.83
Hex FE A8 DB 0 22 E 0 144 62 53
Octal 376 250 333 0 42 16 0 504 142 123
Binary 11111110 10101000 11011011 0 100010 1110 0 101000100 1100010 1010011

Color Harmonies of #FEA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8DB

Black with #FEA8DB

Text Example


Text Example

White with #FEA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8DB; }

 p { color: rgb(254,168,219); }

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

background-color css

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

 a { background-color: rgb(254,168,219); }

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

border-color css

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

 span { border-color: rgb(254,168,219); }

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