#FFB6E0

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

Shades of Cotton Candy #FFB6E0

Tints of Cotton Candy #FFB6E0

Color information

#FFB6E0 (or 0xFFB6E0) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and E0. RGB value is (255,182,224). Sum of RGB (Red+Green+Blue) = 255+182+224=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 182 (71.48% from 255 or 27.53% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E0 is #00491F. Grayscale: #D0D0D0. Windows color (decimal): -18720 or 14726911. OLE color: 14726911.

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

Color convert

RGB255182224-
CMYK00.290.120
HSL325.48º100%85.69%-
HSV(B)325.48º28.63%100%-
XYZ71.4260.178.36-
YUV208.61136.68161.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 182 (71.48% from 255) = 27.53%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=38.58%
G=27.53%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518222400.290.120325.4810085.69
HexFFB6E001DC01456456
Octal377266340035140505144126
Binary1111111110110110111000000111011100010100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6E0; }

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

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

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

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

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

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

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

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