#FFB7D4

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

Shades of Cotton Candy #FFB7D4

Tints of Cotton Candy #FFB7D4

Color information

#FFB7D4 (or 0xFFB7D4) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and D4. RGB value is (255,183,212). Sum of RGB (Red+Green+Blue) = 255+183+212=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7D4 is #00482B. Grayscale: #CFCFCF. Windows color (decimal): -18476 or 13940735. OLE color: 13940735.

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

Color convert

RGB255183212-
CMYK00.280.170
HSL335.83º100%85.88%-
HSV(B)335.83º28.24%100%-
XYZ70.0659.8870.15-
YUV207.83130.35161.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 183 (71.88% from 255) = 28.15%
BLUE value IS 212 (83.20% from 255) = 32.62%
R=39.23%
G=28.15%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518321200.280.170335.8310085.88
HexFFB7D401C1101506456
Octal377267324034210520144126
Binary11111111101101111101010001110010001010101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7D4; }

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

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

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

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

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

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

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

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