Html Css Color HEX #FBA5FA Lavender Rose

📋 copy color: '#FBA5FA'

red 251 ◦ green 165 ◦ blue 250

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

Shades of Lavender Rose #FBA5FA

Tints of Lavender Rose #FBA5FA

RGB

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

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

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

R = 37.69%
G = 24.77%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBA5FA (or 0xFBA5FA) is known color: Lavender Rose. HEX triplet: FB, A5 and FA. RGB value is (251,165,250). Sum of RGB (Red+Green+Blue) = 251+165+250=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 165 (64.84% from 255 or 24.77% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5FA is #045A05. Grayscale: #C8C8C8. Windows color (decimal): -285190 or 16426491. OLE color: 16426491.

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

Color convert

RGB 251 165 250 -
CMYK 0 0.34 0.00 0.02
HSL 300.7º 0.91% 0.82% -
HSV(B) 300.7º 0.34% 0.98% -
XYZ 70.49 54.32 97.21 -
YUV 200.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 251 165 250 0 0.34 0.00 0.02 300.7 0.91 0.82
Hex FB A5 FA 0 22 0 2 12D 5B 52
Octal 373 245 372 0 42 0 2 455 133 122
Binary 11111011 10100101 11111010 0 100010 0 10 100101101 1011011 1010010

Color Harmonies of #FBA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5FA

Black with #FBA5FA

Text Example


Text Example

White with #FBA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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