Html Css Color HEX #FA9BE2 Lavender Rose

📋 copy color: '#FA9BE2'

red 250 ◦ green 155 ◦ blue 226

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

Shades of Lavender Rose #FA9BE2

Tints of Lavender Rose #FA9BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.82%

R = 39.62%
G = 24.56%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA9BE2 (or 0xFA9BE2) is known color: Lavender Rose. HEX triplet: FA, 9B and E2. RGB value is (250,155,226). Sum of RGB (Red+Green+Blue) = 250+155+226=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BE2 is #05641D. Grayscale: #BFBFBF. Windows color (decimal): -353310 or 14851066. OLE color: 14851066.

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

Color convert

RGB 250 155 226 -
CMYK 0 0.38 0.10 0.02
HSL 315.16º 0.9% 0.79% -
HSV(B) 315.16º 0.38% 0.98% -
XYZ 64.87 49.26 78.04 -
YUV 191.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 250 155 226 0 0.38 0.10 0.02 315.16 0.9 0.79
Hex FA 9B E2 0 26 A 2 13B 5A 4F
Octal 372 233 342 0 46 12 2 473 132 117
Binary 11111010 10011011 11100010 0 100110 1010 10 100111011 1011010 1001111

Color Harmonies of #FA9BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BE2

Black with #FA9BE2

Text Example


Text Example

White with #FA9BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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