Html Css Color HEX #FEB5FA Lavender Rose

📋 copy color: '#FEB5FA'

red 254 ◦ green 181 ◦ blue 250

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

Shades of Lavender Rose #FEB5FA

Tints of Lavender Rose #FEB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.42%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 37.08%
G = 26.42%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEB5FA (or 0xFEB5FA) is known color: Lavender Rose. HEX triplet: FE, B5 and FA. RGB value is (254,181,250). Sum of RGB (Red+Green+Blue) = 254+181+250=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5FA is #014A05. Grayscale: #D2D2D2. Windows color (decimal): -84486 or 16430590. OLE color: 16430590.

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

Color convert

RGB 254 181 250 -
CMYK 0 0.29 0.02 0.00
HSL 303.29º 0.97% 0.85% -
HSV(B) 303.29º 0.29% 1% -
XYZ 74.65 61.02 98.29 -
YUV 210.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 254 181 250 0 0.29 0.02 0.00 303.29 0.97 0.85
Hex FE B5 FA 0 1D 2 0 12F 61 55
Octal 376 265 372 0 35 2 0 457 141 125
Binary 11111110 10110101 11111010 0 11101 10 0 100101111 1100001 1010101

Color Harmonies of #FEB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5FA

Black with #FEB5FA

Text Example


Text Example

White with #FEB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5FA; }

 p { color: rgb(254,181,250); }

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

background-color css

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

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

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

border-color css

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

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

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