#FBACFE

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

Shades of Lavender Rose #FBACFE

Tints of Lavender Rose #FBACFE

Color information

#FBACFE (or 0xFBACFE) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and FE. RGB value is (251,172,254). Sum of RGB (Red+Green+Blue) = 251+172+254=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFE is #045301. Grayscale: #CCCCCC. Windows color (decimal): -283394 or 16690427. OLE color: 16690427.

HSL color Cylindrical-coordinate representation of color #FBACFE: hue angle of 297.8º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBACFE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251172254-
CMYK0.010.3200.00
HSL297.8º97.62%83.53%-
HSV(B)297.8º32.28%99.61%-
XYZ72.4357.17100.98-
YUV204.97155.67160.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 172 (67.58% from 255) = 25.41%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=37.08%
G=25.41%
B=37.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511722540.010.3200.00297.897.6283.53
HexFBACFE1200012a6254
Octal37325437614000452142124
Binary11111011101011001111111011000000010010101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACFE; }

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

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

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

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

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

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

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

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