Html Css Color HEX #FBA8FA Lavender Rose

📋 copy color: '#FBA8FA'

red 251 ◦ green 168 ◦ blue 250

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

Shades of Lavender Rose #FBA8FA

Tints of Lavender Rose #FBA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.11%

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

R = 37.52%
G = 25.11%
B = 37.37%

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

#FBA8FA (or 0xFBA8FA) is known color: Lavender Rose. HEX triplet: FB, A8 and FA. RGB value is (251,168,250). Sum of RGB (Red+Green+Blue) = 251+168+250=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8FA is #045705. Grayscale: #C9C9C9. Windows color (decimal): -284422 or 16427259. OLE color: 16427259.

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

Color convert

RGB 251 168 250 -
CMYK 0 0.33 0.00 0.02
HSL 300.72º 0.91% 0.82% -
HSV(B) 300.72º 0.33% 0.98% -
XYZ 71.04 55.42 97.39 -
YUV 202.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 251 168 250 0 0.33 0.00 0.02 300.72 0.91 0.82
Hex FB A8 FA 0 21 0 2 12D 5B 52
Octal 373 250 372 0 41 0 2 455 133 122
Binary 11111011 10101000 11111010 0 100001 0 10 100101101 1011011 1010010

Color Harmonies of #FBA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8FA

Black with #FBA8FA

Text Example


Text Example

White with #FBA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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