#FFB7CE

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

Shades of Cotton Candy #FFB7CE

Tints of Cotton Candy #FFB7CE

Color information

#FFB7CE (or 0xFFB7CE) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and CE. RGB value is (255,183,206). Sum of RGB (Red+Green+Blue) = 255+183+206=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CE is #004831. Grayscale: #CFCFCF. Windows color (decimal): -18482 or 13547519. OLE color: 13547519.

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

Color convert

RGB255183206-
CMYK00.280.190
HSL340.83º100%85.88%-
HSV(B)340.83º28.24%100%-
XYZ69.3159.5866.24-
YUV207.15127.35162.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 183 (71.88% from 255) = 28.42%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=39.60%
G=28.42%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518320600.280.190340.8310085.88
HexFFB7CE01C1301556456
Octal377267316034230525144126
Binary11111111101101111100111001110010011010101010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7CE; }

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

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

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

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

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

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

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

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