Html Css Color HEX #FBA1F9 Lavender Rose

📋 copy color: '#FBA1F9'

red 251 ◦ green 161 ◦ blue 249

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

Shades of Lavender Rose #FBA1F9

Tints of Lavender Rose #FBA1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.36%

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

R = 37.97%
G = 24.36%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBA1F9 (or 0xFBA1F9) is known color: Lavender Rose. HEX triplet: FB, A1 and F9. RGB value is (251,161,249). Sum of RGB (Red+Green+Blue) = 251+161+249=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 161 (63.28% from 255 or 24.36% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1F9 is #045E06. Grayscale: #C5C5C5. Windows color (decimal): -286215 or 16359931. OLE color: 16359931.

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

Color convert

RGB 251 161 249 -
CMYK 0 0.36 0.01 0.02
HSL 301.33º 0.92% 0.81% -
HSV(B) 301.33º 0.36% 0.98% -
XYZ 69.63 52.84 96.15 -
YUV 197.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 251 161 249 0 0.36 0.01 0.02 301.33 0.92 0.81
Hex FB A1 F9 0 24 1 2 12D 5C 51
Octal 373 241 371 0 44 1 2 455 134 121
Binary 11111011 10100001 11111001 0 100100 1 10 100101101 1011100 1010001

Color Harmonies of #FBA1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1F9

Black with #FBA1F9

Text Example


Text Example

White with #FBA1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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