Html Css Color HEX #FEABFE Lavender Rose

📋 copy color: '#FEABFE'

red 254 ◦ green 171 ◦ blue 254

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

Shades of Lavender Rose #FEABFE

Tints of Lavender Rose #FEABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.41%

R = 37.41%
G = 25.18%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEABFE (or 0xFEABFE) is known color: Lavender Rose. HEX triplet: FE, AB and FE. RGB value is (254,171,254). Sum of RGB (Red+Green+Blue) = 254+171+254=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 171 (67.19% from 255 or 25.18% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFE is #015401. Grayscale: #CDCDCD. Windows color (decimal): -87042 or 16690174. OLE color: 16690174.

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

Color convert

RGB 254 171 254 -
CMYK 0 0.33 0 0.00
HSL 300º 0.98% 0.83% -
HSV(B) 300º 0.33% 1% -
XYZ 73.33 57.35 100.97 -
YUV 205.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 254 171 254 0 0.33 0 0.00 300 0.98 0.83
Hex FE AB FE 0 21 0 0 12C 62 53
Octal 376 253 376 0 41 0 0 454 142 123
Binary 11111110 10101011 11111110 0 100001 0 0 100101100 1100010 1010011

Color Harmonies of #FEABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABFE

Black with #FEABFE

Text Example


Text Example

White with #FEABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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