Html Css Color HEX #FA9DE1 Lavender Rose

📋 copy color: '#FA9DE1'

red 250 ◦ green 157 ◦ blue 225

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

Shades of Lavender Rose #FA9DE1

Tints of Lavender Rose #FA9DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.84%

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

R = 39.56%
G = 24.84%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA9DE1 (or 0xFA9DE1) is known color: Lavender Rose. HEX triplet: FA, 9D and E1. RGB value is (250,157,225). Sum of RGB (Red+Green+Blue) = 250+157+225=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DE1 is #05621E. Grayscale: #C0C0C0. Windows color (decimal): -352799 or 14786042. OLE color: 14786042.

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

Color convert

RGB 250 157 225 -
CMYK 0 0.37 0.10 0.02
HSL 316.13º 0.9% 0.8% -
HSV(B) 316.13º 0.37% 0.98% -
XYZ 65.07 49.87 77.43 -
YUV 192.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 250 157 225 0 0.37 0.10 0.02 316.13 0.9 0.8
Hex FA 9D E1 0 25 A 2 13C 5A 50
Octal 372 235 341 0 45 12 2 474 132 120
Binary 11111010 10011101 11100001 0 100101 1010 10 100111100 1011010 1010000

Color Harmonies of #FA9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DE1

Black with #FA9DE1

Text Example


Text Example

White with #FA9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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