#FBB6DA

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

Shades of Cotton Candy #FBB6DA

Tints of Cotton Candy #FBB6DA

Color information

#FBB6DA (or 0xFBB6DA) is unknown color: approx Cotton Candy. HEX triplet: FB, B6 and DA. RGB value is (251,182,218). Sum of RGB (Red+Green+Blue) = 251+182+218=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6DA is #044925. Grayscale: #CECECE. Windows color (decimal): -280870 or 14333691. OLE color: 14333691.

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

Color convert

RGB251182218-
CMYK00.270.130.02
HSL328.7º89.61%84.9%-
HSV(B)328.7º27.49%98.43%-
XYZ69.1759.0374.08-
YUV206.74134.36159.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 182 (71.48% from 255) = 27.96%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=38.56%
G=27.96%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118221800.270.130.02328.789.6184.9
HexFBB6DA01BD21495a55
Octal373266332033152511132125
Binary11111011101101101101101001101111011010100100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6DA; }

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

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

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

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

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

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

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

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