#FBAEAF

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

Shades of Light Pink #FBAEAF

Tints of Light Pink #FBAEAF

Color information

#FBAEAF (or 0xFBAEAF) is unknown color: approx Light Pink. HEX triplet: FB, AE and AF. RGB value is (251,174,175). Sum of RGB (Red+Green+Blue) = 251+174+175=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEAF is #045150. Grayscale: #C5C5C5. Windows color (decimal): -282961 or 11513595. OLE color: 11513595.

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

Color convert

RGB251174175-
CMYK00.310.300.02
HSL359.22º90.59%83.33%-
HSV(B)359.22º30.68%98.43%-
XYZ62.6653.8847.65-
YUV197.14115.51166.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=41.83%
G=29%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117417500.310.300.02359.2290.5983.33
HexFBAEAF01F1E21675b53
Octal373256257037362547133123
Binary111110111010111010101111011111111101010110011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEAF; }

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

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

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

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

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

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

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

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