Html Css Color HEX #FBA1F7 Lavender Rose

📋 copy color: '#FBA1F7'

red 251 ◦ green 161 ◦ blue 247

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

Shades of Lavender Rose #FBA1F7

Tints of Lavender Rose #FBA1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.48%

R = 38.09%
G = 24.43%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBA1F7 (or 0xFBA1F7) is known color: Lavender Rose. HEX triplet: FB, A1 and F7. RGB value is (251,161,247). Sum of RGB (Red+Green+Blue) = 251+161+247=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 161 (63.28% from 255 or 24.43% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1F7 is #045E08. Grayscale: #C5C5C5. Windows color (decimal): -286217 or 16228859. OLE color: 16228859.

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

Color convert

RGB 251 161 247 -
CMYK 0 0.36 0.02 0.02
HSL 302.67º 0.92% 0.81% -
HSV(B) 302.67º 0.36% 0.98% -
XYZ 69.32 52.71 94.52 -
YUV 197.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 251 161 247 0 0.36 0.02 0.02 302.67 0.92 0.81
Hex FB A1 F7 0 24 2 2 12F 5C 51
Octal 373 241 367 0 44 2 2 457 134 121
Binary 11111011 10100001 11110111 0 100100 10 10 100101111 1011100 1010001

Color Harmonies of #FBA1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1F7

Black with #FBA1F7

Text Example


Text Example

White with #FBA1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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