#FFB6E1

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

Shades of Cotton Candy #FFB6E1

Tints of Cotton Candy #FFB6E1

Color information

#FFB6E1 (or 0xFFB6E1) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and E1. RGB value is (255,182,225). Sum of RGB (Red+Green+Blue) = 255+182+225=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6E1 is #00491E. Grayscale: #D0D0D0. Windows color (decimal): -18719 or 14792447. OLE color: 14792447.

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

Color convert

RGB255182225-
CMYK00.290.120
HSL324.66º100%85.69%-
HSV(B)324.66º28.63%100%-
XYZ71.5660.1579.07-
YUV208.73137.18161-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 182 (71.48% from 255) = 27.49%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=38.52%
G=27.49%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518222500.290.120324.6610085.69
HexFFB6E101DC01456456
Octal377266341035140505144126
Binary1111111110110110111000010111011100010100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6E1; }

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

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

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

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

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

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

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

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