#FDBAE2

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

Shades of Cotton Candy #FDBAE2

Tints of Cotton Candy #FDBAE2

Color information

#FDBAE2 (or 0xFDBAE2) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and E2. RGB value is (253,186,226). Sum of RGB (Red+Green+Blue) = 253+186+226=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE2 is #02451D. Grayscale: #D2D2D2. Windows color (decimal): -148766 or 14859005. OLE color: 14859005.

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

Color convert

RGB253186226-
CMYK00.260.110.01
HSL324.18º94.37%86.08%-
HSV(B)324.18º26.48%99.22%-
XYZ71.7961.4980.04-
YUV210.59136.7158.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 186 (73.05% from 255) = 27.97%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=38.05%
G=27.97%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318622600.260.110.01324.1894.3786.08
HexFDBAE201AB11445e56
Octal375272342032131504136126
Binary1111110110111010111000100110101011110100010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAE2; }

 p { color: rgb(253,186,226); }

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

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

 a { background-color: rgb(253,186,226); }

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

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

 span { border-color: rgb(253,186,226); }

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