Html Css Color HEX #FBA5FF Lavender Rose

📋 copy color: '#FBA5FF'

red 251 ◦ green 165 ◦ blue 255

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

Shades of Lavender Rose #FBA5FF

Tints of Lavender Rose #FBA5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38%

R = 37.41%
G = 24.59%
B = 38%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBA5FF (or 0xFBA5FF) is known color: Lavender Rose. HEX triplet: FB, A5 and FF. RGB value is (251,165,255). Sum of RGB (Red+Green+Blue) = 251+165+255=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 165 (64.84% from 255 or 24.59% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5FF is #045A00. Grayscale: #C8C8C8. Windows color (decimal): -285185 or 16754171. OLE color: 16754171.

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

Color convert

RGB 251 165 255 -
CMYK 0.02 0.35 0 0
HSL 297.33º 1% 0.82% -
HSV(B) 297.33º 0.35% 1% -
XYZ 71.29 54.64 101.4 -
YUV 200.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 251 165 255 0.02 0.35 0 0 297.33 1 0.82
Hex FB A5 FF 2 23 0 0 129 64 52
Octal 373 245 377 2 43 0 0 451 144 122
Binary 11111011 10100101 11111111 10 100011 0 0 100101001 1100100 1010010

Color Harmonies of #FBA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5FF

Black with #FBA5FF

Text Example


Text Example

White with #FBA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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