#FFB7D8

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

Shades of Cotton Candy #FFB7D8

Tints of Cotton Candy #FFB7D8

Color information

#FFB7D8 (or 0xFFB7D8) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and D8. RGB value is (255,183,216). Sum of RGB (Red+Green+Blue) = 255+183+216=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7D8 is #004827. Grayscale: #D0D0D0. Windows color (decimal): -18472 or 14202879. OLE color: 14202879.

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

Color convert

RGB255183216-
CMYK00.280.150
HSL332.5º100%85.88%-
HSV(B)332.5º28.24%100%-
XYZ70.5760.0872.84-
YUV208.29132.35161.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=38.99%
G=27.98%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518321600.280.150332.510085.88
HexFFB7D801CF014c6456
Octal377267330034170514144126
Binary1111111110110111110110000111001111010100110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7D8; }

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

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

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

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

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

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

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

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