Html Css Color HEX #FEABFF Lavender Rose

📋 copy color: '#FEABFF'

red 254 ◦ green 171 ◦ blue 255

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

Shades of Lavender Rose #FEABFF

Tints of Lavender Rose #FEABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.5%

R = 37.35%
G = 25.15%
B = 37.5%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEABFF (or 0xFEABFF) is known color: Lavender Rose. HEX triplet: FE, AB and FF. RGB value is (254,171,255). Sum of RGB (Red+Green+Blue) = 254+171+255=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 171 (67.19% from 255 or 25.15% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFF is #015400. Grayscale: #CDCDCD. Windows color (decimal): -87041 or 16755710. OLE color: 16755710.

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

Color convert

RGB 254 171 255 -
CMYK 0.00 0.33 0 0
HSL 299.29º 1% 0.84% -
HSV(B) 299.29º 0.33% 1% -
XYZ 73.49 57.42 101.82 -
YUV 205.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 254 171 255 0.00 0.33 0 0 299.29 1 0.84
Hex FE AB FF 0 21 0 0 12B 64 54
Octal 376 253 377 0 41 0 0 453 144 124
Binary 11111110 10101011 11111111 0 100001 0 0 100101011 1100100 1010100

Color Harmonies of #FEABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABFF

Black with #FEABFF

Text Example


Text Example

White with #FEABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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