Html Css Color HEX #FEA8D3 Lavender Pink

📋 copy color: '#FEA8D3'

red 254 ◦ green 168 ◦ blue 211

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

Shades of Lavender Pink #FEA8D3

Tints of Lavender Pink #FEA8D3

RGB

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

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

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

R = 40.13%
G = 26.54%
B = 33.33%

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

#FEA8D3 (or 0xFEA8D3) is known color: Lavender Pink. HEX triplet: FE, A8 and D3. RGB value is (254,168,211). Sum of RGB (Red+Green+Blue) = 254+168+211=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D3 is #01572C. Grayscale: #C6C6C6. Windows color (decimal): -87853 or 13871358. OLE color: 13871358.

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

Color convert

RGB 254 168 211 -
CMYK 0 0.34 0.17 0.00
HSL 330º 0.98% 0.83% -
HSV(B) 330º 0.34% 1% -
XYZ 66.63 53.78 68.5 -
YUV 198.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 254 168 211 0 0.34 0.17 0.00 330 0.98 0.83
Hex FE A8 D3 0 22 11 0 14A 62 53
Octal 376 250 323 0 42 21 0 512 142 123
Binary 11111110 10101000 11010011 0 100010 10001 0 101001010 1100010 1010011

Color Harmonies of #FEA8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8D3

Black with #FEA8D3

Text Example


Text Example

White with #FEA8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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