Html Css Color HEX #FEA8DA Lavender Pink

📋 copy color: '#FEA8DA'

red 254 ◦ green 168 ◦ blue 218

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

Shades of Lavender Pink #FEA8DA

Tints of Lavender Pink #FEA8DA

RGB

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

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

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

R = 39.69%
G = 26.25%
B = 34.06%

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

#FEA8DA (or 0xFEA8DA) is known color: Lavender Pink. HEX triplet: FE, A8 and DA. RGB value is (254,168,218). Sum of RGB (Red+Green+Blue) = 254+168+218=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8DA is #015725. Grayscale: #C7C7C7. Windows color (decimal): -87846 or 14330110. OLE color: 14330110.

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

Color convert

RGB 254 168 218 -
CMYK 0 0.34 0.14 0.00
HSL 325.12º 0.98% 0.83% -
HSV(B) 325.12º 0.34% 1% -
XYZ 67.53 54.14 73.22 -
YUV 199.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 254 168 218 0 0.34 0.14 0.00 325.12 0.98 0.83
Hex FE A8 DA 0 22 E 0 145 62 53
Octal 376 250 332 0 42 16 0 505 142 123
Binary 11111110 10101000 11011010 0 100010 1110 0 101000101 1100010 1010011

Color Harmonies of #FEA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8DA

Black with #FEA8DA

Text Example


Text Example

White with #FEA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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