Html Css Color HEX #FA97E0 Lavender Rose

📋 copy color: '#FA97E0'

red 250 ◦ green 151 ◦ blue 224

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

Shades of Lavender Rose #FA97E0

Tints of Lavender Rose #FA97E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.16%

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

R = 40%
G = 24.16%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA97E0 (or 0xFA97E0) is known color: Lavender Rose. HEX triplet: FA, 97 and E0. RGB value is (250,151,224). Sum of RGB (Red+Green+Blue) = 250+151+224=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97E0 is #05681F. Grayscale: #BCBCBC. Windows color (decimal): -354336 or 14718970. OLE color: 14718970.

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

Color convert

RGB 250 151 224 -
CMYK 0 0.40 0.10 0.02
HSL 315.76º 0.91% 0.79% -
HSV(B) 315.76º 0.4% 0.98% -
XYZ 63.95 47.84 76.38 -
YUV 188.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 250 151 224 0 0.40 0.10 0.02 315.76 0.91 0.79
Hex FA 97 E0 0 28 A 2 13C 5B 4F
Octal 372 227 340 0 50 12 2 474 133 117
Binary 11111010 10010111 11100000 0 101000 1010 10 100111100 1011011 1001111

Color Harmonies of #FA97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA97E0

Black with #FA97E0

Text Example


Text Example

White with #FA97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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