Html Css Color HEX #FA9BE8 Lavender Rose

📋 copy color: '#FA9BE8'

red 250 ◦ green 155 ◦ blue 232

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

Shades of Lavender Rose #FA9BE8

Tints of Lavender Rose #FA9BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.42%

R = 39.25%
G = 24.33%
B = 36.42%

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

#FA9BE8 (or 0xFA9BE8) is known color: Lavender Rose. HEX triplet: FA, 9B and E8. RGB value is (250,155,232). Sum of RGB (Red+Green+Blue) = 250+155+232=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BE8 is #056417. Grayscale: #BFBFBF. Windows color (decimal): -353304 or 15244282. OLE color: 15244282.

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

Color convert

RGB 250 155 232 -
CMYK 0 0.38 0.07 0.02
HSL 311.37º 0.9% 0.79% -
HSV(B) 311.37º 0.38% 0.98% -
XYZ 65.71 49.59 82.45 -
YUV 192.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 250 155 232 0 0.38 0.07 0.02 311.37 0.9 0.79
Hex FA 9B E8 0 26 7 2 137 5A 4F
Octal 372 233 350 0 46 7 2 467 132 117
Binary 11111010 10011011 11101000 0 100110 111 10 100110111 1011010 1001111

Color Harmonies of #FA9BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BE8

Black with #FA9BE8

Text Example


Text Example

White with #FA9BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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