Html Css Color HEX #FEABFB Lavender Rose

📋 copy color: '#FEABFB'

red 254 ◦ green 171 ◦ blue 251

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

Shades of Lavender Rose #FEABFB

Tints of Lavender Rose #FEABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.13%

R = 37.57%
G = 25.3%
B = 37.13%

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

#FEABFB (or 0xFEABFB) is known color: Lavender Rose. HEX triplet: FE, AB and FB. RGB value is (254,171,251). Sum of RGB (Red+Green+Blue) = 254+171+251=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFB is #015404. Grayscale: #CCCCCC. Windows color (decimal): -87045 or 16493566. OLE color: 16493566.

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

Color convert

RGB 254 171 251 -
CMYK 0 0.33 0.01 0.00
HSL 302.17º 0.98% 0.83% -
HSV(B) 302.17º 0.33% 1% -
XYZ 72.85 57.16 98.46 -
YUV 204.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 254 171 251 0 0.33 0.01 0.00 302.17 0.98 0.83
Hex FE AB FB 0 21 1 0 12E 62 53
Octal 376 253 373 0 41 1 0 456 142 123
Binary 11111110 10101011 11111011 0 100001 1 0 100101110 1100010 1010011

Color Harmonies of #FEABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABFB

Black with #FEABFB

Text Example


Text Example

White with #FEABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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