Html Css Color HEX #FA9BE6 Lavender Rose

📋 copy color: '#FA9BE6'

red 250 ◦ green 155 ◦ blue 230

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

Shades of Lavender Rose #FA9BE6

Tints of Lavender Rose #FA9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.22%

R = 39.37%
G = 24.41%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA9BE6 (or 0xFA9BE6) is known color: Lavender Rose. HEX triplet: FA, 9B and E6. RGB value is (250,155,230). Sum of RGB (Red+Green+Blue) = 250+155+230=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BE6 is #056419. Grayscale: #BFBFBF. Windows color (decimal): -353306 or 15113210. OLE color: 15113210.

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

Color convert

RGB 250 155 230 -
CMYK 0 0.38 0.08 0.02
HSL 312.63º 0.9% 0.79% -
HSV(B) 312.63º 0.38% 0.98% -
XYZ 65.43 49.48 80.97 -
YUV 191.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 250 155 230 0 0.38 0.08 0.02 312.63 0.9 0.79
Hex FA 9B E6 0 26 8 2 139 5A 4F
Octal 372 233 346 0 46 10 2 471 132 117
Binary 11111010 10011011 11100110 0 100110 1000 10 100111001 1011010 1001111

Color Harmonies of #FA9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BE6

Black with #FA9BE6

Text Example


Text Example

White with #FA9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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