#FBB6DF

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

Shades of Cotton Candy #FBB6DF

Tints of Cotton Candy #FBB6DF

Color information

#FBB6DF (or 0xFBB6DF) is unknown color: approx Cotton Candy. HEX triplet: FB, B6 and DF. RGB value is (251,182,223). Sum of RGB (Red+Green+Blue) = 251+182+223=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6DF is #044920. Grayscale: #CFCFCF. Windows color (decimal): -280865 or 14661371. OLE color: 14661371.

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

Color convert

RGB251182223-
CMYK00.270.110.02
HSL324.35º89.61%84.9%-
HSV(B)324.35º27.49%98.43%-
XYZ69.8359.2977.58-
YUV207.3136.86159.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=38.26%
G=27.74%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118222300.270.110.02324.3589.6184.9
HexFBB6DF01BB21445a55
Octal373266337033132504132125
Binary11111011101101101101111101101110111010100010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6DF; }

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

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

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

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

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

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

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

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