Html Css Color HEX #FA9BF1 Lavender Rose

📋 copy color: '#FA9BF1'

red 250 ◦ green 155 ◦ blue 241

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

Shades of Lavender Rose #FA9BF1

Tints of Lavender Rose #FA9BF1

RGB

 RED value IS 250 (98.05% from 255) = 38.7%

 GREEN value IS 155 (60.94% from 255) = 23.99%

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

R = 38.7%
G = 23.99%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA9BF1 (or 0xFA9BF1) is known color: Lavender Rose. HEX triplet: FA, 9B and F1. RGB value is (250,155,241). Sum of RGB (Red+Green+Blue) = 250+155+241=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BF1 is #05640E. Grayscale: #C0C0C0. Windows color (decimal): -353295 or 15834106. OLE color: 15834106.

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

Color convert

RGB 250 155 241 -
CMYK 0 0.38 0.04 0.02
HSL 305.68º 0.9% 0.79% -
HSV(B) 305.68º 0.38% 0.98% -
XYZ 67.02 50.12 89.36 -
YUV 193.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 250 155 241 0 0.38 0.04 0.02 305.68 0.9 0.79
Hex FA 9B F1 0 26 4 2 132 5A 4F
Octal 372 233 361 0 46 4 2 462 132 117
Binary 11111010 10011011 11110001 0 100110 100 10 100110010 1011010 1001111

Color Harmonies of #FA9BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BF1

Black with #FA9BF1

Text Example


Text Example

White with #FA9BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BF1; }

 p { color: rgb(250,155,241); }

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

background-color css

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

 a { background-color: rgb(250,155,241); }

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

border-color css

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

 span { border-color: rgb(250,155,241); }

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