Html Css Color HEX #FA96E7 Lavender Rose

📋 copy color: '#FA96E7'

red 250 ◦ green 150 ◦ blue 231

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

Shades of Lavender Rose #FA96E7

Tints of Lavender Rose #FA96E7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.77%

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

R = 39.62%
G = 23.77%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA96E7 (or 0xFA96E7) is known color: Lavender Rose. HEX triplet: FA, 96 and E7. RGB value is (250,150,231). Sum of RGB (Red+Green+Blue) = 250+150+231=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96E7 is #056918. Grayscale: #BCBCBC. Windows color (decimal): -354585 or 15177466. OLE color: 15177466.

HSL color Cylindrical-coordinate representation of color #FA96E7: hue angle of 311.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96E7 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 231 -
CMYK 0 0.4 0.08 0.02
HSL 311.4º 0.91% 0.78% -
HSV(B) 311.4º 0.4% 0.98% -
XYZ 64.75 47.91 81.44 -
YUV 189.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 250 150 231 0 0.4 0.08 0.02 311.4 0.91 0.78
Hex FA 96 E7 0 28 8 2 137 5B 4E
Octal 372 226 347 0 50 10 2 467 133 116
Binary 11111010 10010110 11100111 0 101000 1000 10 100110111 1011011 1001110

Color Harmonies of #FA96E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96E7

Black with #FA96E7

Text Example


Text Example

White with #FA96E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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