Html Css Color HEX #FA9BE9 Lavender Rose

📋 copy color: '#FA9BE9'

red 250 ◦ green 155 ◦ blue 233

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

Shades of Lavender Rose #FA9BE9

Tints of Lavender Rose #FA9BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.52%

R = 39.18%
G = 24.29%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA9BE9 (or 0xFA9BE9) is known color: Lavender Rose. HEX triplet: FA, 9B and E9. RGB value is (250,155,233). Sum of RGB (Red+Green+Blue) = 250+155+233=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BE9 is #056416. Grayscale: #C0C0C0. Windows color (decimal): -353303 or 15309818. OLE color: 15309818.

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

Color convert

RGB 250 155 233 -
CMYK 0 0.38 0.07 0.02
HSL 310.74º 0.9% 0.79% -
HSV(B) 310.74º 0.38% 0.98% -
XYZ 65.85 49.65 83.2 -
YUV 192.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 250 155 233 0 0.38 0.07 0.02 310.74 0.9 0.79
Hex FA 9B E9 0 26 7 2 137 5A 4F
Octal 372 233 351 0 46 7 2 467 132 117
Binary 11111010 10011011 11101001 0 100110 111 10 100110111 1011010 1001111

Color Harmonies of #FA9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BE9

Black with #FA9BE9

Text Example


Text Example

White with #FA9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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