#FFB8DC

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

Shades of Cotton Candy #FFB8DC

Tints of Cotton Candy #FFB8DC

Color information

#FFB8DC (or 0xFFB8DC) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and DC. RGB value is (255,184,220). Sum of RGB (Red+Green+Blue) = 255+184+220=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DC is #004723. Grayscale: #D1D1D1. Windows color (decimal): -18212 or 14465279. OLE color: 14465279.

HSL color Cylindrical-coordinate representation of color #FFB8DC: hue angle of 329.58º 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 #FFB8DC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255184220-
CMYK00.280.140
HSL329.58º100%86.08%-
HSV(B)329.58º27.84%100%-
XYZ71.360.7175.67-
YUV209.33134.02160.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 184 (72.27% from 255) = 27.92%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=38.69%
G=27.92%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518422000.280.140329.5810086.08
HexFFB8DC01CE014a6456
Octal377270334034160512144126
Binary1111111110111000110111000111001110010100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8DC; }

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

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

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

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

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

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

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

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