Html Css Color HEX #FEABD5 Lavender Pink

📋 copy color: '#FEABD5'

red 254 ◦ green 171 ◦ blue 213

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

Shades of Lavender Pink #FEABD5

Tints of Lavender Pink #FEABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.8%

 BLUE value IS 213 (83.59% from 255) = 33.39%

R = 39.81%
G = 26.8%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEABD5 (or 0xFEABD5) is known color: Lavender Pink. HEX triplet: FE, AB and D5. RGB value is (254,171,213). Sum of RGB (Red+Green+Blue) = 254+171+213=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABD5 is #01542A. Grayscale: #C8C8C8. Windows color (decimal): -87083 or 14003198. OLE color: 14003198.

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

Color convert

RGB 254 171 213 -
CMYK 0 0.33 0.16 0.00
HSL 329.64º 0.98% 0.83% -
HSV(B) 329.64º 0.33% 1% -
XYZ 67.45 55 70.01 -
YUV 200.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 254 171 213 0 0.33 0.16 0.00 329.64 0.98 0.83
Hex FE AB D5 0 21 10 0 14A 62 53
Octal 376 253 325 0 41 20 0 512 142 123
Binary 11111110 10101011 11010101 0 100001 10000 0 101001010 1100010 1010011

Color Harmonies of #FEABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABD5

Black with #FEABD5

Text Example


Text Example

White with #FEABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABD5; }

 p { color: rgb(254,171,213); }

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

background-color css

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

 a { background-color: rgb(254,171,213); }

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

border-color css

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

 span { border-color: rgb(254,171,213); }

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