#FFB5E2

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

Shades of Cotton Candy #FFB5E2

Tints of Cotton Candy #FFB5E2

Color information

#FFB5E2 (or 0xFFB5E2) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and E2. RGB value is (255,181,226). Sum of RGB (Red+Green+Blue) = 255+181+226=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E2 is #004A1D. Grayscale: #D0D0D0. Windows color (decimal): -18974 or 14857727. OLE color: 14857727.

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

Color convert

RGB255181226-
CMYK00.290.110
HSL323.51º100%85.49%-
HSV(B)323.51º29.02%100%-
XYZ71.4959.879.73-
YUV208.26138.02161.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 181 (71.09% from 255) = 27.34%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=38.52%
G=27.34%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518122600.290.110323.5110085.49
HexFFB5E201DB01446455
Octal377265342035130504144125
Binary1111111110110101111000100111011011010100010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5E2; }

 p { color: rgb(255,181,226); }

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

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

 a { background-color: rgb(255,181,226); }

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

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

 span { border-color: rgb(255,181,226); }

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