#FFB8DE

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

Shades of Cotton Candy #FFB8DE

Tints of Cotton Candy #FFB8DE

Color information

#FFB8DE (or 0xFFB8DE) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and DE. RGB value is (255,184,222). Sum of RGB (Red+Green+Blue) = 255+184+222=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DE is #004721. Grayscale: #D1D1D1. Windows color (decimal): -18210 or 14596351. OLE color: 14596351.

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

Color convert

RGB255184222-
CMYK00.280.130
HSL327.89º100%86.08%-
HSV(B)327.89º27.84%100%-
XYZ71.5760.8177.07-
YUV209.56135.02160.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 184 (72.27% from 255) = 27.84%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=38.58%
G=27.84%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518422200.280.130327.8910086.08
HexFFB8DE01CD01486456
Octal377270336034150510144126
Binary1111111110111000110111100111001101010100100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8DE; }

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

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

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

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

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

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

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

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