#FBA5AE

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

Shades of Illusion #FBA5AE

Tints of Illusion #FBA5AE

Color information

#FBA5AE (or 0xFBA5AE) is unknown color: approx Illusion. HEX triplet: FB, A5 and AE. RGB value is (251,165,174). Sum of RGB (Red+Green+Blue) = 251+165+174=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5AE is #045A51. Grayscale: #BFBFBF. Windows color (decimal): -285266 or 11445755. OLE color: 11445755.

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

Color convert

RGB251165174-
CMYK00.340.310.02
HSL353.72º91.49%81.57%-
HSV(B)353.72º34.26%98.43%-
XYZ60.8850.4846.58-
YUV191.74117.99170.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=42.54%
G=27.97%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116517400.340.310.02353.7291.4981.57
HexFBA5AE0221F21625b52
Octal373245256042372542133122
Binary1111101110100101101011100100010111111010110001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5AE; }

 p { color: rgb(251,165,174); }

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

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

 a { background-color: rgb(251,165,174); }

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

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

 span { border-color: rgb(251,165,174); }

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