#FBACF1

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

Shades of Lavender Rose #FBACF1

Tints of Lavender Rose #FBACF1

Color information

#FBACF1 (or 0xFBACF1) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and F1. RGB value is (251,172,241). Sum of RGB (Red+Green+Blue) = 251+172+241=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACF1 is #04530E. Grayscale: #CBCBCB. Windows color (decimal): -283407 or 15838459. OLE color: 15838459.

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

Color convert

RGB251172241-
CMYK00.310.040.02
HSL307.59º90.8%82.94%-
HSV(B)307.59º31.47%98.43%-
XYZ70.4156.3790.39-
YUV203.49149.17161.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 25.90%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=37.80%
G=25.90%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117224100.310.040.02307.5990.882.94
HexFBACF101F421345b53
Octal37325436103742464133123
Binary1111101110101100111100010111111001010011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACF1; }

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

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

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

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

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

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

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

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