#FBB6DE

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

Shades of Cotton Candy #FBB6DE

Tints of Cotton Candy #FBB6DE

Color information

#FBB6DE (or 0xFBB6DE) is unknown color: approx Cotton Candy. HEX triplet: FB, B6 and DE. RGB value is (251,182,222). Sum of RGB (Red+Green+Blue) = 251+182+222=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6DE is #044921. Grayscale: #CFCFCF. Windows color (decimal): -280866 or 14595835. OLE color: 14595835.

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

Color convert

RGB251182222-
CMYK00.270.120.02
HSL325.22º89.61%84.9%-
HSV(B)325.22º27.49%98.43%-
XYZ69.759.2476.87-
YUV207.19136.36159.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 182 (71.48% from 255) = 27.79%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=38.32%
G=27.79%
B=33.89%

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
Decimal25118222200.270.120.02325.2289.6184.9
HexFBB6DE01BC21455a55
Octal373266336033142505132125
Binary11111011101101101101111001101111001010100010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6DE; }

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

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

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

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

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

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

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

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