#FDBAE4

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

Shades of Cotton Candy #FDBAE4

Tints of Cotton Candy #FDBAE4

Color information

#FDBAE4 (or 0xFDBAE4) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and E4. RGB value is (253,186,228). Sum of RGB (Red+Green+Blue) = 253+186+228=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE4 is #02451B. Grayscale: #D2D2D2. Windows color (decimal): -148764 or 14990077. OLE color: 14990077.

HSL color Cylindrical-coordinate representation of color #FDBAE4: hue angle of 322.39º 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 #FDBAE4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253186228-
CMYK00.260.100.01
HSL322.39º94.37%86.08%-
HSV(B)322.39º26.48%99.22%-
XYZ72.0761.681.49-
YUV210.82137.7158.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=37.93%
G=27.89%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318622800.260.100.01322.3994.3786.08
HexFDBAE401AA11425e56
Octal375272344032121502136126
Binary1111110110111010111001000110101010110100001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAE4; }

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

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

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

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

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

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

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

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