#FAAFE7

Color #FAAFE7 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FAAFE7

Tints of Lavender Rose #FAAFE7

Color information

#FAAFE7 (or 0xFAAFE7) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and E7. RGB value is (250,175,231). Sum of RGB (Red+Green+Blue) = 250+175+231=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFE7 is #055018. Grayscale: #CBCBCB. Windows color (decimal): -348185 or 15183866. OLE color: 15183866.

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

Color convert

RGB250175231-
CMYK00.30.080.02
HSL315.2º88.24%83.33%-
HSV(B)315.2º30%98.04%-
XYZ69.1856.7582.91-
YUV203.81143.35160.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=38.11%
G=26.68%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017523100.30.080.02315.288.2483.33
HexFAAFE701E8213b5853
Octal372257347036102473130123
Binary11111010101011111110011101111010001010011101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFE7; }

 p { color: rgb(250,175,231); }

 H1.HeaderClassName
 {
   color: #FAAFE7;
 }
 .AnyTagClassName
 {
   color: #FAAFE7;
 }
</style>
background-color css

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

 a { background-color: rgb(250,175,231); }

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

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

 span { border-color: rgb(250,175,231); }

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