Html Css Color HEX #FEABEB Lavender Rose

📋 copy color: '#FEABEB'

red 254 ◦ green 171 ◦ blue 235

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

Shades of Lavender Rose #FEABEB

Tints of Lavender Rose #FEABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 38.48%
G = 25.91%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEABEB (or 0xFEABEB) is known color: Lavender Rose. HEX triplet: FE, AB and EB. RGB value is (254,171,235). Sum of RGB (Red+Green+Blue) = 254+171+235=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABEB is #015414. Grayscale: #CACACA. Windows color (decimal): -87061 or 15444990. OLE color: 15444990.

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

Color convert

RGB 254 171 235 -
CMYK 0 0.33 0.07 0.00
HSL 313.73º 0.98% 0.83% -
HSV(B) 313.73º 0.33% 1% -
XYZ 70.43 56.19 85.73 -
YUV 203.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 254 171 235 0 0.33 0.07 0.00 313.73 0.98 0.83
Hex FE AB EB 0 21 7 0 13A 62 53
Octal 376 253 353 0 41 7 0 472 142 123
Binary 11111110 10101011 11101011 0 100001 111 0 100111010 1100010 1010011

Color Harmonies of #FEABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABEB

Black with #FEABEB

Text Example


Text Example

White with #FEABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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