#FBBAD5

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

Shades of Cotton Candy #FBBAD5

Tints of Cotton Candy #FBBAD5

Color information

#FBBAD5 (or 0xFBBAD5) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and D5. RGB value is (251,186,213). Sum of RGB (Red+Green+Blue) = 251+186+213=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAD5 is #04452A. Grayscale: #D0D0D0. Windows color (decimal): -279851 or 14007035. OLE color: 14007035.

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

Color convert

RGB251186213-
CMYK00.260.150.02
HSL335.08º89.04%85.69%-
HSV(B)335.08º25.9%98.43%-
XYZ69.3560.4370.96-
YUV208.51130.53158.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=38.62%
G=28.62%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118621300.260.150.02335.0889.0485.69
HexFBBAD501AF214f5956
Octal373272325032172517131126
Binary11111011101110101101010101101011111010100111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAD5; }

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

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

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

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

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

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

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

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