#FBBDD5

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

Shades of Cotton Candy #FBBDD5

Tints of Cotton Candy #FBBDD5

Color information

#FBBDD5 (or 0xFBBDD5) is unknown color: approx Cotton Candy. HEX triplet: FB, BD and D5. RGB value is (251,189,213). Sum of RGB (Red+Green+Blue) = 251+189+213=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD5 is #04422A. Grayscale: #D2D2D2. Windows color (decimal): -279083 or 14007803. OLE color: 14007803.

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

Color convert

RGB251189213-
CMYK00.250.150.02
HSL336.77º88.57%86.27%-
HSV(B)336.77º24.7%98.43%-
XYZ69.9961.7171.17-
YUV210.27129.54157.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=38.44%
G=28.94%
B=32.62%

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
Decimal25118921300.250.150.02336.7788.5786.27
HexFBBDD5019F21515956
Octal373275325031172521131126
Binary11111011101111011101010101100111111010101000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDD5; }

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

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

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

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

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

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

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

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