Html Css Color HEX #FA96F0 Lavender Rose

📋 copy color: '#FA96F0'

red 250 ◦ green 150 ◦ blue 240

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

Shades of Lavender Rose #FA96F0

Tints of Lavender Rose #FA96F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.5%

R = 39.06%
G = 23.44%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA96F0 (or 0xFA96F0) is known color: Lavender Rose. HEX triplet: FA, 96 and F0. RGB value is (250,150,240). Sum of RGB (Red+Green+Blue) = 250+150+240=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96F0 is #05690F. Grayscale: #BDBDBD. Windows color (decimal): -354576 or 15767290. OLE color: 15767290.

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

Color convert

RGB 250 150 240 -
CMYK 0 0.4 0.04 0.02
HSL 306º 0.91% 0.78% -
HSV(B) 306º 0.4% 0.98% -
XYZ 66.06 48.43 88.3 -
YUV 190.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 250 150 240 0 0.4 0.04 0.02 306 0.91 0.78
Hex FA 96 F0 0 28 4 2 132 5B 4E
Octal 372 226 360 0 50 4 2 462 133 116
Binary 11111010 10010110 11110000 0 101000 100 10 100110010 1011011 1001110

Color Harmonies of #FA96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96F0

Black with #FA96F0

Text Example


Text Example

White with #FA96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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