#FBBAE0

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

Shades of Cotton Candy #FBBAE0

Tints of Cotton Candy #FBBAE0

Color information

#FBBAE0 (or 0xFBBAE0) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and E0. RGB value is (251,186,224). Sum of RGB (Red+Green+Blue) = 251+186+224=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE0 is #04451F. Grayscale: #D1D1D1. Windows color (decimal): -279840 or 14727931. OLE color: 14727931.

HSL color Cylindrical-coordinate representation of color #FBBAE0: hue angle of 324.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAE0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251186224-
CMYK00.260.110.02
HSL324.92º89.04%85.69%-
HSV(B)324.92º25.9%98.43%-
XYZ70.861.0178.57-
YUV209.77136.03157.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 186 (73.05% from 255) = 28.14%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=37.97%
G=28.14%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118622400.260.110.02324.9289.0485.69
HexFBBAE001AB21455956
Octal373272340032132505131126
Binary11111011101110101110000001101010111010100010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAE0; }

 p { color: rgb(251,186,224); }

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

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

 a { background-color: rgb(251,186,224); }

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

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

 span { border-color: rgb(251,186,224); }

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