Html Css Color HEX #FEA8D4 Lavender Pink

📋 copy color: '#FEA8D4'

red 254 ◦ green 168 ◦ blue 212

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

Shades of Lavender Pink #FEA8D4

Tints of Lavender Pink #FEA8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.44%

R = 40.06%
G = 26.5%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEA8D4 (or 0xFEA8D4) is known color: Lavender Pink. HEX triplet: FE, A8 and D4. RGB value is (254,168,212). Sum of RGB (Red+Green+Blue) = 254+168+212=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D4 is #01572B. Grayscale: #C6C6C6. Windows color (decimal): -87852 or 13936894. OLE color: 13936894.

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

Color convert

RGB 254 168 212 -
CMYK 0 0.34 0.17 0.00
HSL 329.3º 0.98% 0.83% -
HSV(B) 329.3º 0.34% 1% -
XYZ 66.76 53.83 69.16 -
YUV 198.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 254 168 212 0 0.34 0.17 0.00 329.3 0.98 0.83
Hex FE A8 D4 0 22 11 0 149 62 53
Octal 376 250 324 0 42 21 0 511 142 123
Binary 11111110 10101000 11010100 0 100010 10001 0 101001001 1100010 1010011

Color Harmonies of #FEA8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8D4

Black with #FEA8D4

Text Example


Text Example

White with #FEA8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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