Html Css Color HEX #FBA1FC Lavender Rose

📋 copy color: '#FBA1FC'

red 251 ◦ green 161 ◦ blue 252

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

Shades of Lavender Rose #FBA1FC

Tints of Lavender Rose #FBA1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 37.8%
G = 24.25%
B = 37.95%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBA1FC (or 0xFBA1FC) is known color: Lavender Rose. HEX triplet: FB, A1 and FC. RGB value is (251,161,252). Sum of RGB (Red+Green+Blue) = 251+161+252=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 161 (63.28% from 255 or 24.25% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1FC is #045E03. Grayscale: #C6C6C6. Windows color (decimal): -286212 or 16556539. OLE color: 16556539.

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

Color convert

RGB 251 161 252 -
CMYK 0.00 0.36 0 0.01
HSL 299.34º 0.94% 0.81% -
HSV(B) 299.34º 0.36% 0.99% -
XYZ 70.1 53.03 98.64 -
YUV 198.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 251 161 252 0.00 0.36 0 0.01 299.34 0.94 0.81
Hex FB A1 FC 0 24 0 1 12B 5E 51
Octal 373 241 374 0 44 0 1 453 136 121
Binary 11111011 10100001 11111100 0 100100 0 1 100101011 1011110 1010001

Color Harmonies of #FBA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1FC

Black with #FBA1FC

Text Example


Text Example

White with #FBA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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