Html Css Color HEX #FBA5FB Lavender Rose

📋 copy color: '#FBA5FB'

red 251 ◦ green 165 ◦ blue 251

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

Shades of Lavender Rose #FBA5FB

Tints of Lavender Rose #FBA5FB

RGB

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

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

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

R = 37.63%
G = 24.74%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBA5FB (or 0xFBA5FB) is known color: Lavender Rose. HEX triplet: FB, A5 and FB. RGB value is (251,165,251). Sum of RGB (Red+Green+Blue) = 251+165+251=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 165 (64.84% from 255 or 24.74% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5FB is #045A04. Grayscale: #C8C8C8. Windows color (decimal): -285189 or 16492027. OLE color: 16492027.

HSL color Cylindrical-coordinate representation of color #FBA5FB: hue angle of 300º 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 #FBA5FB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 251 -
CMYK 0 0.34 0 0.02
HSL 300º 0.91% 0.82% -
HSV(B) 300º 0.34% 0.98% -
XYZ 70.65 54.38 98.04 -
YUV 200.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 251 165 251 0 0.34 0 0.02 300 0.91 0.82
Hex FB A5 FB 0 22 0 2 12C 5B 52
Octal 373 245 373 0 42 0 2 454 133 122
Binary 11111011 10100101 11111011 0 100010 0 10 100101100 1011011 1010010

Color Harmonies of #FBA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5FB

Black with #FBA5FB

Text Example


Text Example

White with #FBA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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