#FBBCD6

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

Shades of Cotton Candy #FBBCD6

Tints of Cotton Candy #FBBCD6

Color information

#FBBCD6 (or 0xFBBCD6) is unknown color: approx Cotton Candy. HEX triplet: FB, BC and D6. RGB value is (251,188,214). Sum of RGB (Red+Green+Blue) = 251+188+214=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD6 is #044329. Grayscale: #D1D1D1. Windows color (decimal): -279338 or 14073083. OLE color: 14073083.

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

Color convert

RGB251188214-
CMYK00.250.150.02
HSL335.24º88.73%86.08%-
HSV(B)335.24º25.1%98.43%-
XYZ69.961.3371.77-
YUV209.8130.37157.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=38.44%
G=28.79%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118821400.250.150.02335.2488.7386.08
HexFBBCD6019F214f5956
Octal373274326031172517131126
Binary11111011101111001101011001100111111010100111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCD6; }

 p { color: rgb(251,188,214); }

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

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

 a { background-color: rgb(251,188,214); }

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

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

 span { border-color: rgb(251,188,214); }

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