Html Css Color HEX #FBA6F1 Lavender Rose

📋 copy color: '#FBA6F1'

red 251 ◦ green 166 ◦ blue 241

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

Shades of Lavender Rose #FBA6F1

Tints of Lavender Rose #FBA6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 38.15%
G = 25.23%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBA6F1 (or 0xFBA6F1) is known color: Lavender Rose. HEX triplet: FB, A6 and F1. RGB value is (251,166,241). Sum of RGB (Red+Green+Blue) = 251+166+241=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6F1 is #04590E. Grayscale: #C7C7C7. Windows color (decimal): -284943 or 15836923. OLE color: 15836923.

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

Color convert

RGB 251 166 241 -
CMYK 0 0.34 0.04 0.02
HSL 307.06º 0.91% 0.82% -
HSV(B) 307.06º 0.34% 0.98% -
XYZ 69.3 54.13 90.02 -
YUV 199.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 251 166 241 0 0.34 0.04 0.02 307.06 0.91 0.82
Hex FB A6 F1 0 22 4 2 133 5B 52
Octal 373 246 361 0 42 4 2 463 133 122
Binary 11111011 10100110 11110001 0 100010 100 10 100110011 1011011 1010010

Color Harmonies of #FBA6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6F1

Black with #FBA6F1

Text Example


Text Example

White with #FBA6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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