Html Css Color HEX #FA9BF2 Lavender Rose

📋 copy color: '#FA9BF2'

red 250 ◦ green 155 ◦ blue 242

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

Shades of Lavender Rose #FA9BF2

Tints of Lavender Rose #FA9BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 38.64%
G = 23.96%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA9BF2 (or 0xFA9BF2) is known color: Lavender Rose. HEX triplet: FA, 9B and F2. RGB value is (250,155,242). Sum of RGB (Red+Green+Blue) = 250+155+242=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 155 (60.94% from 255 or 23.96% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BF2 is #05640D. Grayscale: #C1C1C1. Windows color (decimal): -353294 or 15899642. OLE color: 15899642.

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

Color convert

RGB 250 155 242 -
CMYK 0 0.38 0.03 0.02
HSL 305.05º 0.9% 0.79% -
HSV(B) 305.05º 0.38% 0.98% -
XYZ 67.17 50.18 90.15 -
YUV 193.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 250 155 242 0 0.38 0.03 0.02 305.05 0.9 0.79
Hex FA 9B F2 0 26 3 2 131 5A 4F
Octal 372 233 362 0 46 3 2 461 132 117
Binary 11111010 10011011 11110010 0 100110 11 10 100110001 1011010 1001111

Color Harmonies of #FA9BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BF2

Black with #FA9BF2

Text Example


Text Example

White with #FA9BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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