Html Css Color HEX #FBA5FE Lavender Rose

📋 copy color: '#FBA5FE'

red 251 ◦ green 165 ◦ blue 254

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

Shades of Lavender Rose #FBA5FE

Tints of Lavender Rose #FBA5FE

RGB

 RED value IS 251 (98.44% from 255) = 37.46%

 GREEN value IS 165 (64.84% from 255) = 24.63%

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

R = 37.46%
G = 24.63%
B = 37.91%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBA5FE (or 0xFBA5FE) is known color: Lavender Rose. HEX triplet: FB, A5 and FE. RGB value is (251,165,254). Sum of RGB (Red+Green+Blue) = 251+165+254=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 165 (64.84% from 255 or 24.63% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5FE is #045A01. Grayscale: #C8C8C8. Windows color (decimal): -285186 or 16688635. OLE color: 16688635.

HSL color Cylindrical-coordinate representation of color #FBA5FE: hue angle of 297.98º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA5FE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 165 254 -
CMYK 0.01 0.35 0 0.00
HSL 297.98º 0.98% 0.82% -
HSV(B) 297.98º 0.35% 1% -
XYZ 71.13 54.58 100.55 -
YUV 200.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 251 165 254 0.01 0.35 0 0.00 297.98 0.98 0.82
Hex FB A5 FE 1 23 0 0 12A 62 52
Octal 373 245 376 1 43 0 0 452 142 122
Binary 11111011 10100101 11111110 1 100011 0 0 100101010 1100010 1010010

Color Harmonies of #FBA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5FE

Black with #FBA5FE

Text Example


Text Example

White with #FBA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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