#FEBADA

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

Shades of Cotton Candy #FEBADA

Tints of Cotton Candy #FEBADA

Color information

#FEBADA (or 0xFEBADA) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and DA. RGB value is (254,186,218). Sum of RGB (Red+Green+Blue) = 254+186+218=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADA is #014525. Grayscale: #D1D1D1. Windows color (decimal): -83238 or 14334718. OLE color: 14334718.

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

Color convert

RGB254186218-
CMYK00.270.140.00
HSL331.76º97.14%86.27%-
HSV(B)331.76º26.77%99.61%-
XYZ71.0961.2574.41-
YUV209.98132.53159.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 186 (73.05% from 255) = 28.27%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=38.60%
G=28.27%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418621800.270.140.00331.7697.1486.27
HexFEBADA01BE014c6156
Octal376272332033160514141126
Binary1111111010111010110110100110111110010100110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBADA; }

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

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

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

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

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

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

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

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