#FFB8D8

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

Shades of Cotton Candy #FFB8D8

Tints of Cotton Candy #FFB8D8

Color information

#FFB8D8 (or 0xFFB8D8) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and D8. RGB value is (255,184,216). Sum of RGB (Red+Green+Blue) = 255+184+216=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D8 is #004727. Grayscale: #D0D0D0. Windows color (decimal): -18216 or 14203135. OLE color: 14203135.

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

Color convert

RGB255184216-
CMYK00.280.150
HSL332.96º100%86.08%-
HSV(B)332.96º27.84%100%-
XYZ70.7860.572.91-
YUV208.88132.02160.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 184 (72.27% from 255) = 28.09%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=38.93%
G=28.09%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518421600.280.150332.9610086.08
HexFFB8D801CF014d6456
Octal377270330034170515144126
Binary1111111110111000110110000111001111010100110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8D8; }

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

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

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

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

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

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

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

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