#FAACFB

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

Shades of Lavender Rose #FAACFB

Tints of Lavender Rose #FAACFB

Color information

#FAACFB (or 0xFAACFB) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and FB. RGB value is (250,172,251). Sum of RGB (Red+Green+Blue) = 250+172+251=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFB is #055304. Grayscale: #CCCCCC. Windows color (decimal): -348933 or 16493818. OLE color: 16493818.

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

Color convert

RGB250172251-
CMYK0.000.3100.02
HSL299.24º90.8%82.94%-
HSV(B)299.24º31.47%98.43%-
XYZ71.5956.7998.46-
YUV204.33154.34160.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 172 (67.58% from 255) = 25.56%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=37.15%
G=25.56%
B=37.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501722510.000.3100.02299.2490.882.94
HexFAACFB01F0212b5b53
Octal37225437303702453133123
Binary11111010101011001111101101111101010010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACFB; }

 p { color: rgb(250,172,251); }

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

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

 a { background-color: rgb(250,172,251); }

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

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

 span { border-color: rgb(250,172,251); }

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