Html Css Color HEX #FA99E0 Lavender Rose

📋 copy color: '#FA99E0'

red 250 ◦ green 153 ◦ blue 224

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

Shades of Lavender Rose #FA99E0

Tints of Lavender Rose #FA99E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.73%

R = 39.87%
G = 24.4%
B = 35.73%

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

#FA99E0 (or 0xFA99E0) is known color: Lavender Rose. HEX triplet: FA, 99 and E0. RGB value is (250,153,224). Sum of RGB (Red+Green+Blue) = 250+153+224=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99E0 is #05661F. Grayscale: #BDBDBD. Windows color (decimal): -353824 or 14719482. OLE color: 14719482.

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

Color convert

RGB 250 153 224 -
CMYK 0 0.39 0.10 0.02
HSL 316.08º 0.91% 0.79% -
HSV(B) 316.08º 0.39% 0.98% -
XYZ 64.27 48.49 76.49 -
YUV 190.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 250 153 224 0 0.39 0.10 0.02 316.08 0.91 0.79
Hex FA 99 E0 0 27 A 2 13C 5B 4F
Octal 372 231 340 0 47 12 2 474 133 117
Binary 11111010 10011001 11100000 0 100111 1010 10 100111100 1011011 1001111

Color Harmonies of #FA99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99E0

Black with #FA99E0

Text Example


Text Example

White with #FA99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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