#FFB7CF

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

Shades of Cotton Candy #FFB7CF

Tints of Cotton Candy #FFB7CF

Color information

#FFB7CF (or 0xFFB7CF) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and CF. RGB value is (255,183,207). Sum of RGB (Red+Green+Blue) = 255+183+207=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CF is #004830. Grayscale: #CFCFCF. Windows color (decimal): -18481 or 13613055. OLE color: 13613055.

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

Color convert

RGB255183207-
CMYK00.280.190
HSL340º100%85.88%-
HSV(B)340º28.24%100%-
XYZ69.4459.6366.88-
YUV207.26127.85162.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 183 (71.88% from 255) = 28.37%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=39.53%
G=28.37%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518320700.280.19034010085.88
HexFFB7CF01C1301546456
Octal377267317034230524144126
Binary11111111101101111100111101110010011010101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7CF; }

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

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

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

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

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

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

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

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