Html Css Color HEX #FA99E1 Lavender Rose

📋 copy color: '#FA99E1'

red 250 ◦ green 153 ◦ blue 225

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

Shades of Lavender Rose #FA99E1

Tints of Lavender Rose #FA99E1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.36%

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 39.81%
G = 24.36%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA99E1 (or 0xFA99E1) is known color: Lavender Rose. HEX triplet: FA, 99 and E1. RGB value is (250,153,225). Sum of RGB (Red+Green+Blue) = 250+153+225=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99E1 is #05661E. Grayscale: #BEBEBE. Windows color (decimal): -353823 or 14785018. OLE color: 14785018.

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

Color convert

RGB 250 153 225 -
CMYK 0 0.39 0.10 0.02
HSL 315.46º 0.91% 0.79% -
HSV(B) 315.46º 0.39% 0.98% -
XYZ 64.41 48.54 77.21 -
YUV 190.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 250 153 225 0 0.39 0.10 0.02 315.46 0.91 0.79
Hex FA 99 E1 0 27 A 2 13B 5B 4F
Octal 372 231 341 0 47 12 2 473 133 117
Binary 11111010 10011001 11100001 0 100111 1010 10 100111011 1011011 1001111

Color Harmonies of #FA99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99E1

Black with #FA99E1

Text Example


Text Example

White with #FA99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99E1; }

 p { color: rgb(250,153,225); }

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

background-color css

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

 a { background-color: rgb(250,153,225); }

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

border-color css

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

 span { border-color: rgb(250,153,225); }

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