Html Css Color HEX #FBA9FA Lavender Rose

📋 copy color: '#FBA9FA'

red 251 ◦ green 169 ◦ blue 250

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

Shades of Lavender Rose #FBA9FA

Tints of Lavender Rose #FBA9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.22%

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

R = 37.46%
G = 25.22%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBA9FA (or 0xFBA9FA) is known color: Lavender Rose. HEX triplet: FB, A9 and FA. RGB value is (251,169,250). Sum of RGB (Red+Green+Blue) = 251+169+250=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 169 (66.41% from 255 or 25.22% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9FA is #045605. Grayscale: #CACACA. Windows color (decimal): -284166 or 16427515. OLE color: 16427515.

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

Color convert

RGB 251 169 250 -
CMYK 0 0.33 0.00 0.02
HSL 300.73º 0.91% 0.82% -
HSV(B) 300.73º 0.33% 0.98% -
XYZ 71.23 55.79 97.46 -
YUV 202.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 251 169 250 0 0.33 0.00 0.02 300.73 0.91 0.82
Hex FB A9 FA 0 21 0 2 12D 5B 52
Octal 373 251 372 0 41 0 2 455 133 122
Binary 11111011 10101001 11111010 0 100001 0 10 100101101 1011011 1010010

Color Harmonies of #FBA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9FA

Black with #FBA9FA

Text Example


Text Example

White with #FBA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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