#FBACFA

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

Shades of Lavender Rose #FBACFA

Tints of Lavender Rose #FBACFA

Color information

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

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

Color convert

RGB251172250-
CMYK00.310.000.02
HSL300.76º90.8%82.94%-
HSV(B)300.76º31.47%98.43%-
XYZ71.7956.9297.64-
YUV204.51153.67161.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117225000.310.000.02300.7690.882.94
HexFBACFA01F0212d5b53
Octal37325437203702455133123
Binary11111011101011001111101001111101010010110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACFA; }

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

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

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

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

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

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

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

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