#FFB7DA

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

Shades of Cotton Candy #FFB7DA

Tints of Cotton Candy #FFB7DA

Color information

#FFB7DA (or 0xFFB7DA) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and DA. RGB value is (255,183,218). Sum of RGB (Red+Green+Blue) = 255+183+218=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DA is #004825. Grayscale: #D0D0D0. Windows color (decimal): -18470 or 14333951. OLE color: 14333951.

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

Color convert

RGB255183218-
CMYK00.280.150
HSL330.83º100%85.88%-
HSV(B)330.83º28.24%100%-
XYZ70.8360.1974.21-
YUV208.52133.35161.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 183 (71.88% from 255) = 27.90%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=38.87%
G=27.90%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518321800.280.150330.8310085.88
HexFFB7DA01CF014b6456
Octal377267332034170513144126
Binary1111111110110111110110100111001111010100101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7DA; }

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

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

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

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

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

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

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

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