#FFB8DD

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

Shades of Cotton Candy #FFB8DD

Tints of Cotton Candy #FFB8DD

Color information

#FFB8DD (or 0xFFB8DD) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and DD. RGB value is (255,184,221). Sum of RGB (Red+Green+Blue) = 255+184+221=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DD is #004722. Grayscale: #D1D1D1. Windows color (decimal): -18211 or 14530815. OLE color: 14530815.

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

Color convert

RGB255184221-
CMYK00.280.130
HSL328.73º100%86.08%-
HSV(B)328.73º27.84%100%-
XYZ71.4360.7676.37-
YUV209.45134.52160.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 184 (72.27% from 255) = 27.88%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=38.64%
G=27.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518422100.280.130328.7310086.08
HexFFB8DD01CD01496456
Octal377270335034150511144126
Binary1111111110111000110111010111001101010100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8DD; }

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

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

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

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

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

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

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

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