Html Css Color HEX #FBA6FF Lavender Rose

📋 copy color: '#FBA6FF'

red 251 ◦ green 166 ◦ blue 255

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

Shades of Lavender Rose #FBA6FF

Tints of Lavender Rose #FBA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 24.7%

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

R = 37.35%
G = 24.7%
B = 37.95%

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

#FBA6FF (or 0xFBA6FF) is known color: Lavender Rose. HEX triplet: FB, A6 and FF. RGB value is (251,166,255). Sum of RGB (Red+Green+Blue) = 251+166+255=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 166 (65.23% from 255 or 24.70% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6FF is #045900. Grayscale: #C9C9C9. Windows color (decimal): -284929 or 16754427. OLE color: 16754427.

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

Color convert

RGB 251 166 255 -
CMYK 0.02 0.35 0 0
HSL 297.3º 1% 0.83% -
HSV(B) 297.3º 0.35% 1% -
XYZ 71.47 55 101.46 -
YUV 201.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 251 166 255 0.02 0.35 0 0 297.3 1 0.83
Hex FB A6 FF 2 23 0 0 129 64 53
Octal 373 246 377 2 43 0 0 451 144 123
Binary 11111011 10100110 11111111 10 100011 0 0 100101001 1100100 1010011

Color Harmonies of #FBA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6FF

Black with #FBA6FF

Text Example


Text Example

White with #FBA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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