Html Css Color HEX #FBA3F9 Lavender Rose

📋 copy color: '#FBA3F9'

red 251 ◦ green 163 ◦ blue 249

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

Shades of Lavender Rose #FBA3F9

Tints of Lavender Rose #FBA3F9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 24.59%

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 37.86%
G = 24.59%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBA3F9 (or 0xFBA3F9) is known color: Lavender Rose. HEX triplet: FB, A3 and F9. RGB value is (251,163,249). Sum of RGB (Red+Green+Blue) = 251+163+249=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 163 (64.06% from 255 or 24.59% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F9 is #045C06. Grayscale: #C6C6C6. Windows color (decimal): -285703 or 16360443. OLE color: 16360443.

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

Color convert

RGB 251 163 249 -
CMYK 0 0.35 0.01 0.02
HSL 301.36º 0.92% 0.81% -
HSV(B) 301.36º 0.35% 0.98% -
XYZ 69.98 53.54 96.27 -
YUV 199.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 251 163 249 0 0.35 0.01 0.02 301.36 0.92 0.81
Hex FB A3 F9 0 23 1 2 12D 5C 51
Octal 373 243 371 0 43 1 2 455 134 121
Binary 11111011 10100011 11111001 0 100011 1 10 100101101 1011100 1010001

Color Harmonies of #FBA3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA3F9

Black with #FBA3F9

Text Example


Text Example

White with #FBA3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA3F9; }

 p { color: rgb(251,163,249); }

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

background-color css

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

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

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

border-color css

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

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

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