#FFB7E3

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

Shades of Cotton Candy #FFB7E3

Tints of Cotton Candy #FFB7E3

Color information

#FFB7E3 (or 0xFFB7E3) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and E3. RGB value is (255,183,227). Sum of RGB (Red+Green+Blue) = 255+183+227=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7E3 is #00481C. Grayscale: #D1D1D1. Windows color (decimal): -18461 or 14923775. OLE color: 14923775.

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

Color convert

RGB255183227-
CMYK00.280.110
HSL323.33º100%85.88%-
HSV(B)323.33º28.24%100%-
XYZ72.0460.6780.59-
YUV209.54137.85160.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 183 (71.88% from 255) = 27.52%
BLUE value IS 227 (89.06% from 255) = 34.14%
R=38.35%
G=27.52%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518322700.280.110323.3310085.88
HexFFB7E301CB01436456
Octal377267343034130503144126
Binary1111111110110111111000110111001011010100001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7E3; }

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

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

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

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

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

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

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

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