#FEBAE4

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

Shades of Cotton Candy #FEBAE4

Tints of Cotton Candy #FEBAE4

Color information

#FEBAE4 (or 0xFEBAE4) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and E4. RGB value is (254,186,228). Sum of RGB (Red+Green+Blue) = 254+186+228=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAE4 is #01451B. Grayscale: #D3D3D3. Windows color (decimal): -83228 or 14990078. OLE color: 14990078.

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

Color convert

RGB254186228-
CMYK00.270.100.00
HSL322.94º97.14%86.27%-
HSV(B)322.94º26.77%99.61%-
XYZ72.4461.7981.51-
YUV211.12137.53158.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=38.02%
G=27.84%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418622800.270.100.00322.9497.1486.27
HexFEBAE401BA01436156
Octal376272344033120503141126
Binary1111111010111010111001000110111010010100001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAE4; }

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

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

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

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

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

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

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

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