#FBBCD8

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

Shades of Cotton Candy #FBBCD8

Tints of Cotton Candy #FBBCD8

Color information

#FBBCD8 (or 0xFBBCD8) is unknown color: approx Cotton Candy. HEX triplet: FB, BC and D8. RGB value is (251,188,216). Sum of RGB (Red+Green+Blue) = 251+188+216=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD8 is #044327. Grayscale: #D1D1D1. Windows color (decimal): -279336 or 14204155. OLE color: 14204155.

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

Color convert

RGB251188216-
CMYK00.250.140.02
HSL333.33º88.73%86.08%-
HSV(B)333.33º25.1%98.43%-
XYZ70.1661.4373.13-
YUV210.03131.37157.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 188 (73.83% from 255) = 28.70%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=38.32%
G=28.70%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118821600.250.140.02333.3388.7386.08
HexFBBCD8019E214d5956
Octal373274330031162515131126
Binary11111011101111001101100001100111101010100110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCD8; }

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

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

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

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

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

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

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

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