#FFB7DC

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

Shades of Cotton Candy #FFB7DC

Tints of Cotton Candy #FFB7DC

Color information

#FFB7DC (or 0xFFB7DC) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and DC. RGB value is (255,183,220). Sum of RGB (Red+Green+Blue) = 255+183+220=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DC is #004823. Grayscale: #D0D0D0. Windows color (decimal): -18468 or 14465023. OLE color: 14465023.

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

Color convert

RGB255183220-
CMYK00.280.140
HSL329.17º100%85.88%-
HSV(B)329.17º28.24%100%-
XYZ71.0960.2975.6-
YUV208.75134.35160.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 183 (71.88% from 255) = 27.81%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=38.75%
G=27.81%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518322000.280.140329.1710085.88
HexFFB7DC01CE01496456
Octal377267334034160511144126
Binary1111111110110111110111000111001110010100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7DC; }

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

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

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

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

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

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

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

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