Html Css Color HEX #FEABE0 Lavender Rose

📋 copy color: '#FEABE0'

red 254 ◦ green 171 ◦ blue 224

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

Shades of Lavender Rose #FEABE0

Tints of Lavender Rose #FEABE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.51%

R = 39.14%
G = 26.35%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEABE0 (or 0xFEABE0) is known color: Lavender Rose. HEX triplet: FE, AB and E0. RGB value is (254,171,224). Sum of RGB (Red+Green+Blue) = 254+171+224=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABE0 is #01541F. Grayscale: #C9C9C9. Windows color (decimal): -87072 or 14724094. OLE color: 14724094.

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

Color convert

RGB 254 171 224 -
CMYK 0 0.33 0.12 0.00
HSL 321.69º 0.98% 0.83% -
HSV(B) 321.69º 0.33% 1% -
XYZ 68.89 55.58 77.62 -
YUV 201.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 254 171 224 0 0.33 0.12 0.00 321.69 0.98 0.83
Hex FE AB E0 0 21 C 0 142 62 53
Octal 376 253 340 0 41 14 0 502 142 123
Binary 11111110 10101011 11100000 0 100001 1100 0 101000010 1100010 1010011

Color Harmonies of #FEABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABE0

Black with #FEABE0

Text Example


Text Example

White with #FEABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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