Html Css Color HEX #FA9BEA Lavender Rose

📋 copy color: '#FA9BEA'

red 250 ◦ green 155 ◦ blue 234

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

Shades of Lavender Rose #FA9BEA

Tints of Lavender Rose #FA9BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 39.12%
G = 24.26%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA9BEA (or 0xFA9BEA) is known color: Lavender Rose. HEX triplet: FA, 9B and EA. RGB value is (250,155,234). Sum of RGB (Red+Green+Blue) = 250+155+234=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BEA is #056415. Grayscale: #C0C0C0. Windows color (decimal): -353302 or 15375354. OLE color: 15375354.

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

Color convert

RGB 250 155 234 -
CMYK 0 0.38 0.06 0.02
HSL 310.11º 0.9% 0.79% -
HSV(B) 310.11º 0.38% 0.98% -
XYZ 66 49.71 83.96 -
YUV 192.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 250 155 234 0 0.38 0.06 0.02 310.11 0.9 0.79
Hex FA 9B EA 0 26 6 2 136 5A 4F
Octal 372 233 352 0 46 6 2 466 132 117
Binary 11111010 10011011 11101010 0 100110 110 10 100110110 1011010 1001111

Color Harmonies of #FA9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BEA

Black with #FA9BEA

Text Example


Text Example

White with #FA9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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