#FAAFEE

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

Shades of Lavender Rose #FAAFEE

Tints of Lavender Rose #FAAFEE

Color information

#FAAFEE (or 0xFAAFEE) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and EE. RGB value is (250,175,238). Sum of RGB (Red+Green+Blue) = 250+175+238=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 175 (68.75% from 255 or 26.40% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFEE is #055011. Grayscale: #CCCCCC. Windows color (decimal): -348178 or 15642618. OLE color: 15642618.

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

Color convert

RGB250175238-
CMYK00.30.050.02
HSL309.6º88.24%83.33%-
HSV(B)309.6º30%98.04%-
XYZ70.1957.1688.22-
YUV204.61146.85160.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 175 (68.75% from 255) = 26.40%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=37.71%
G=26.40%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017523800.30.050.02309.688.2483.33
HexFAAFEE01E521365853
Octal37225735603652466130123
Binary1111101010101111111011100111101011010011011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFEE; }

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

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

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

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

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

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

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

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