Html Css Color HEX #FA9AE7 Lavender Rose

📋 copy color: '#FA9AE7'

red 250 ◦ green 154 ◦ blue 231

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

Shades of Lavender Rose #FA9AE7

Tints of Lavender Rose #FA9AE7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.25%

 BLUE value IS 231 (90.63% from 255) = 36.38%

R = 39.37%
G = 24.25%
B = 36.38%

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

#FA9AE7 (or 0xFA9AE7) is known color: Lavender Rose. HEX triplet: FA, 9A and E7. RGB value is (250,154,231). Sum of RGB (Red+Green+Blue) = 250+154+231=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AE7 is #056518. Grayscale: #BFBFBF. Windows color (decimal): -353561 or 15178490. OLE color: 15178490.

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

Color convert

RGB 250 154 231 -
CMYK 0 0.38 0.08 0.02
HSL 311.88º 0.91% 0.79% -
HSV(B) 311.88º 0.38% 0.98% -
XYZ 65.4 49.2 81.65 -
YUV 191.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 250 154 231 0 0.38 0.08 0.02 311.88 0.91 0.79
Hex FA 9A E7 0 26 8 2 138 5B 4F
Octal 372 232 347 0 46 10 2 470 133 117
Binary 11111010 10011010 11100111 0 100110 1000 10 100111000 1011011 1001111

Color Harmonies of #FA9AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AE7

Black with #FA9AE7

Text Example


Text Example

White with #FA9AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AE7; }

 p { color: rgb(250,154,231); }

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

background-color css

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

 a { background-color: rgb(250,154,231); }

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

border-color css

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

 span { border-color: rgb(250,154,231); }

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