#FFB9DE

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

Shades of Cotton Candy #FFB9DE

Tints of Cotton Candy #FFB9DE

Color information

#FFB9DE (or 0xFFB9DE) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and DE. RGB value is (255,185,222). Sum of RGB (Red+Green+Blue) = 255+185+222=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DE is #004621. Grayscale: #D2D2D2. Windows color (decimal): -17954 or 14596607. OLE color: 14596607.

HSL color Cylindrical-coordinate representation of color #FFB9DE: hue angle of 328.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9DE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255185222-
CMYK00.270.130
HSL328.29º100%86.27%-
HSV(B)328.29º27.45%100%-
XYZ71.7761.2377.14-
YUV210.15134.69159.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=38.52%
G=27.95%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518522200.270.130328.2910086.27
HexFFB9DE01BD01486456
Octal377271336033150510144126
Binary1111111110111001110111100110111101010100100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9DE; }

 p { color: rgb(255,185,222); }

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

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

 a { background-color: rgb(255,185,222); }

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

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

 span { border-color: rgb(255,185,222); }

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