#FEBAD5

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

Shades of Cotton Candy #FEBAD5

Tints of Cotton Candy #FEBAD5

Color information

#FEBAD5 (or 0xFEBAD5) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and D5. RGB value is (254,186,213). Sum of RGB (Red+Green+Blue) = 254+186+213=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAD5 is #01452A. Grayscale: #D1D1D1. Windows color (decimal): -83243 or 14007038. OLE color: 14007038.

HSL color Cylindrical-coordinate representation of color #FEBAD5: hue angle of 336.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAD5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254186213-
CMYK00.270.160.00
HSL336.18º97.14%86.27%-
HSV(B)336.18º26.77%99.61%-
XYZ70.4460.9971.01-
YUV209.41130.03159.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=38.90%
G=28.48%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418621300.270.160.00336.1897.1486.27
HexFEBAD501B1001506156
Octal376272325033200520141126
Binary11111110101110101101010101101110000010101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAD5; }

 p { color: rgb(254,186,213); }

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

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

 a { background-color: rgb(254,186,213); }

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

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

 span { border-color: rgb(254,186,213); }

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