Html Css Color HEX #FEABFC Lavender Rose

📋 copy color: '#FEABFC'

red 254 ◦ green 171 ◦ blue 252

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

Shades of Lavender Rose #FEABFC

Tints of Lavender Rose #FEABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.22%

R = 37.52%
G = 25.26%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEABFC (or 0xFEABFC) is known color: Lavender Rose. HEX triplet: FE, AB and FC. RGB value is (254,171,252). Sum of RGB (Red+Green+Blue) = 254+171+252=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 171 (67.19% from 255 or 25.26% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFC is #015403. Grayscale: #CCCCCC. Windows color (decimal): -87044 or 16559102. OLE color: 16559102.

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

Color convert

RGB 254 171 252 -
CMYK 0 0.33 0.01 0.00
HSL 301.45º 0.98% 0.83% -
HSV(B) 301.45º 0.33% 1% -
XYZ 73.01 57.22 99.29 -
YUV 205.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 254 171 252 0 0.33 0.01 0.00 301.45 0.98 0.83
Hex FE AB FC 0 21 1 0 12D 62 53
Octal 376 253 374 0 41 1 0 455 142 123
Binary 11111110 10101011 11111100 0 100001 1 0 100101101 1100010 1010011

Color Harmonies of #FEABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABFC

Black with #FEABFC

Text Example


Text Example

White with #FEABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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