Html Css Color HEX #FA97D2 Lavender Rose

📋 copy color: '#FA97D2'

red 250 ◦ green 151 ◦ blue 210

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

Shades of Lavender Rose #FA97D2

Tints of Lavender Rose #FA97D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.37%

R = 40.92%
G = 24.71%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA97D2 (or 0xFA97D2) is known color: Lavender Rose. HEX triplet: FA, 97 and D2. RGB value is (250,151,210). Sum of RGB (Red+Green+Blue) = 250+151+210=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97D2 is #05682D. Grayscale: #BBBBBB. Windows color (decimal): -354350 or 13801466. OLE color: 13801466.

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

Color convert

RGB 250 151 210 -
CMYK 0 0.40 0.16 0.02
HSL 324.24º 0.91% 0.79% -
HSV(B) 324.24º 0.4% 0.98% -
XYZ 62.12 47.11 66.79 -
YUV 187.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 250 151 210 0 0.40 0.16 0.02 324.24 0.91 0.79
Hex FA 97 D2 0 28 10 2 144 5B 4F
Octal 372 227 322 0 50 20 2 504 133 117
Binary 11111010 10010111 11010010 0 101000 10000 10 101000100 1011011 1001111

Color Harmonies of #FA97D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA97D2

Black with #FA97D2

Text Example


Text Example

White with #FA97D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA97D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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