#FBBAD4

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

Shades of Cotton Candy #FBBAD4

Tints of Cotton Candy #FBBAD4

Color information

#FBBAD4 (or 0xFBBAD4) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and D4. RGB value is (251,186,212). Sum of RGB (Red+Green+Blue) = 251+186+212=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAD4 is #04452B. Grayscale: #D0D0D0. Windows color (decimal): -279852 or 13941499. OLE color: 13941499.

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

Color convert

RGB251186212-
CMYK00.260.160.02
HSL336º89.04%85.69%-
HSV(B)336º25.9%98.43%-
XYZ69.2360.3870.29-
YUV208.4130.03158.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=38.67%
G=28.66%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118621200.260.160.0233689.0485.69
HexFBBAD401A1021505956
Octal373272324032202520131126
Binary111110111011101011010100011010100001010101000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAD4; }

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

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

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

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

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

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

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

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