Html Css Color HEX #FA96E4 Lavender Rose

📋 copy color: '#FA96E4'

red 250 ◦ green 150 ◦ blue 228

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

Shades of Lavender Rose #FA96E4

Tints of Lavender Rose #FA96E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.31%

R = 39.81%
G = 23.89%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA96E4 (or 0xFA96E4) is known color: Lavender Rose. HEX triplet: FA, 96 and E4. RGB value is (250,150,228). Sum of RGB (Red+Green+Blue) = 250+150+228=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96E4 is #05691B. Grayscale: #BCBCBC. Windows color (decimal): -354588 or 14980858. OLE color: 14980858.

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

Color convert

RGB 250 150 228 -
CMYK 0 0.4 0.09 0.02
HSL 313.2º 0.91% 0.78% -
HSV(B) 313.2º 0.4% 0.98% -
XYZ 64.33 47.74 79.22 -
YUV 188.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 250 150 228 0 0.4 0.09 0.02 313.2 0.91 0.78
Hex FA 96 E4 0 28 9 2 139 5B 4E
Octal 372 226 344 0 50 11 2 471 133 116
Binary 11111010 10010110 11100100 0 101000 1001 10 100111001 1011011 1001110

Color Harmonies of #FA96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96E4

Black with #FA96E4

Text Example


Text Example

White with #FA96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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