Html Css Color HEX #FAA7E5 Lavender Rose

📋 copy color: '#FAA7E5'

red 250 ◦ green 167 ◦ blue 229

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

Shades of Lavender Rose #FAA7E5

Tints of Lavender Rose #FAA7E5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.85%

 BLUE value IS 229 (89.84% from 255) = 35.45%

R = 38.7%
G = 25.85%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA7E5 (or 0xFAA7E5) is known color: Lavender Rose. HEX triplet: FA, A7 and E5. RGB value is (250,167,229). Sum of RGB (Red+Green+Blue) = 250+167+229=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 167 (65.62% from 255 or 25.85% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7E5 is #05581A. Grayscale: #C6C6C6. Windows color (decimal): -350235 or 15050746. OLE color: 15050746.

HSL color Cylindrical-coordinate representation of color #FAA7E5: hue angle of 315.18º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7E5 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 229 -
CMYK 0 0.33 0.08 0.02
HSL 315.18º 0.89% 0.82% -
HSV(B) 315.18º 0.33% 0.98% -
XYZ 67.39 53.62 80.93 -
YUV 198.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 250 167 229 0 0.33 0.08 0.02 315.18 0.89 0.82
Hex FA A7 E5 0 21 8 2 13B 59 52
Octal 372 247 345 0 41 10 2 473 131 122
Binary 11111010 10100111 11100101 0 100001 1000 10 100111011 1011001 1010010

Color Harmonies of #FAA7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7E5

Black with #FAA7E5

Text Example


Text Example

White with #FAA7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7E5; }

 p { color: rgb(250,167,229); }

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

background-color css

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

 a { background-color: rgb(250,167,229); }

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

border-color css

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

 span { border-color: rgb(250,167,229); }

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