Html Css Color HEX #FA97DE Lavender Rose

📋 copy color: '#FA97DE'

red 250 ◦ green 151 ◦ blue 222

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

Shades of Lavender Rose #FA97DE

Tints of Lavender Rose #FA97DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 40.13%
G = 24.24%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA97DE (or 0xFA97DE) is known color: Lavender Rose. HEX triplet: FA, 97 and DE. RGB value is (250,151,222). Sum of RGB (Red+Green+Blue) = 250+151+222=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97DE is #056821. Grayscale: #BCBCBC. Windows color (decimal): -354338 or 14587898. OLE color: 14587898.

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

Color convert

RGB 250 151 222 -
CMYK 0 0.40 0.11 0.02
HSL 316.97º 0.91% 0.79% -
HSV(B) 316.97º 0.4% 0.98% -
XYZ 63.68 47.73 74.96 -
YUV 188.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 250 151 222 0 0.40 0.11 0.02 316.97 0.91 0.79
Hex FA 97 DE 0 28 B 2 13D 5B 4F
Octal 372 227 336 0 50 13 2 475 133 117
Binary 11111010 10010111 11011110 0 101000 1011 10 100111101 1011011 1001111

Color Harmonies of #FA97DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA97DE

Black with #FA97DE

Text Example


Text Example

White with #FA97DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA97DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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