Html Css Color HEX #FEABF1 Lavender Rose

📋 copy color: '#FEABF1'

red 254 ◦ green 171 ◦ blue 241

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

Shades of Lavender Rose #FEABF1

Tints of Lavender Rose #FEABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 38.14%
G = 25.68%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEABF1 (or 0xFEABF1) is known color: Lavender Rose. HEX triplet: FE, AB and F1. RGB value is (254,171,241). Sum of RGB (Red+Green+Blue) = 254+171+241=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABF1 is #01540E. Grayscale: #CBCBCB. Windows color (decimal): -87055 or 15838206. OLE color: 15838206.

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

Color convert

RGB 254 171 241 -
CMYK 0 0.33 0.05 0.00
HSL 309.4º 0.98% 0.83% -
HSV(B) 309.4º 0.33% 1% -
XYZ 71.31 56.55 90.38 -
YUV 203.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 254 171 241 0 0.33 0.05 0.00 309.4 0.98 0.83
Hex FE AB F1 0 21 5 0 135 62 53
Octal 376 253 361 0 41 5 0 465 142 123
Binary 11111110 10101011 11110001 0 100001 101 0 100110101 1100010 1010011

Color Harmonies of #FEABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABF1

Black with #FEABF1

Text Example


Text Example

White with #FEABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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