#FEBAE6

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

Shades of Cotton Candy #FEBAE6

Tints of Cotton Candy #FEBAE6

Color information

#FEBAE6 (or 0xFEBAE6) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and E6. RGB value is (254,186,230). Sum of RGB (Red+Green+Blue) = 254+186+230=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAE6 is #014519. Grayscale: #D3D3D3. Windows color (decimal): -83226 or 15121150. OLE color: 15121150.

HSL color Cylindrical-coordinate representation of color #FEBAE6: hue angle of 321.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 #FEBAE6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254186230-
CMYK00.270.090.00
HSL321.18º97.14%86.27%-
HSV(B)321.18º26.77%99.61%-
XYZ72.7161.982.98-
YUV211.35138.53158.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 230 (90.23% from 255) = 34.33%
R=37.91%
G=27.76%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418623000.270.090.00321.1897.1486.27
HexFEBAE601B901416156
Octal376272346033110501141126
Binary1111111010111010111001100110111001010100000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAE6; }

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

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

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

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

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

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

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

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