#FFB6E4

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

Shades of Cotton Candy #FFB6E4

Tints of Cotton Candy #FFB6E4

Color information

#FFB6E4 (or 0xFFB6E4) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and E4. RGB value is (255,182,228). Sum of RGB (Red+Green+Blue) = 255+182+228=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E4 is #00491B. Grayscale: #D0D0D0. Windows color (decimal): -18716 or 14989055. OLE color: 14989055.

HSL color Cylindrical-coordinate representation of color #FFB6E4: hue angle of 322.19º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6E4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255182228-
CMYK00.290.110
HSL322.19º100%85.69%-
HSV(B)322.19º28.63%100%-
XYZ71.9760.3281.25-
YUV209.07138.68160.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 182 (71.48% from 255) = 27.37%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=38.35%
G=27.37%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518222800.290.110322.1910085.69
HexFFB6E401DB01426456
Octal377266344035130502144126
Binary1111111110110110111001000111011011010100001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6E4; }

 p { color: rgb(255,182,228); }

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

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

 a { background-color: rgb(255,182,228); }

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

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

 span { border-color: rgb(255,182,228); }

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