#FBBADA

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

Shades of Cotton Candy #FBBADA

Tints of Cotton Candy #FBBADA

Color information

#FBBADA (or 0xFBBADA) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and DA. RGB value is (251,186,218). Sum of RGB (Red+Green+Blue) = 251+186+218=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBADA is #044525. Grayscale: #D1D1D1. Windows color (decimal): -279846 or 14334715. OLE color: 14334715.

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

Color convert

RGB251186218-
CMYK00.260.130.02
HSL330.46º89.04%85.69%-
HSV(B)330.46º25.9%98.43%-
XYZ7060.6974.35-
YUV209.08133.03157.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=38.32%
G=28.40%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118621800.260.130.02330.4689.0485.69
HexFBBADA01AD214a5956
Octal373272332032152512131126
Binary11111011101110101101101001101011011010100101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBADA; }

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

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

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

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

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

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

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

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