#FBB6DD

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

Shades of Cotton Candy #FBB6DD

Tints of Cotton Candy #FBB6DD

Color information

#FBB6DD (or 0xFBB6DD) is unknown color: approx Cotton Candy. HEX triplet: FB, B6 and DD. RGB value is (251,182,221). Sum of RGB (Red+Green+Blue) = 251+182+221=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6DD is #044922. Grayscale: #CECECE. Windows color (decimal): -280867 or 14530299. OLE color: 14530299.

HSL color Cylindrical-coordinate representation of color #FBB6DD: hue angle of 326.09º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6DD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251182221-
CMYK00.270.120.02
HSL326.09º89.61%84.9%-
HSV(B)326.09º27.49%98.43%-
XYZ69.5659.1976.16-
YUV207.08135.86159.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=38.38%
G=27.83%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118222100.270.120.02326.0989.6184.9
HexFBB6DD01BC21465a55
Octal373266335033142506132125
Binary11111011101101101101110101101111001010100011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6DD; }

 p { color: rgb(251,182,221); }

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

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

 a { background-color: rgb(251,182,221); }

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

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

 span { border-color: rgb(251,182,221); }

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