#FBBAE2

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

Shades of Cotton Candy #FBBAE2

Tints of Cotton Candy #FBBAE2

Color information

#FBBAE2 (or 0xFBBAE2) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and E2. RGB value is (251,186,226). Sum of RGB (Red+Green+Blue) = 251+186+226=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE2 is #04451D. Grayscale: #D1D1D1. Windows color (decimal): -279838 or 14859003. OLE color: 14859003.

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

Color convert

RGB251186226-
CMYK00.260.100.02
HSL323.08º89.04%85.69%-
HSV(B)323.08º25.9%98.43%-
XYZ71.0761.1280-
YUV210137.03157.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=37.86%
G=28.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118622600.260.100.02323.0889.0485.69
HexFBBAE201AA21435956
Octal373272342032122503131126
Binary11111011101110101110001001101010101010100001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAE2; }

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

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

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

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

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

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

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

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