#FEBAD8

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

Shades of Cotton Candy #FEBAD8

Tints of Cotton Candy #FEBAD8

Color information

#FEBAD8 (or 0xFEBAD8) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and D8. RGB value is (254,186,216). Sum of RGB (Red+Green+Blue) = 254+186+216=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAD8 is #014527. Grayscale: #D1D1D1. Windows color (decimal): -83240 or 14203646. OLE color: 14203646.

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

Color convert

RGB254186216-
CMYK00.270.150.00
HSL333.53º97.14%86.27%-
HSV(B)333.53º26.77%99.61%-
XYZ70.8361.1573.04-
YUV209.75131.53159.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=38.72%
G=28.35%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418621600.270.150.00333.5397.1486.27
HexFEBAD801BF014e6156
Octal376272330033170516141126
Binary1111111010111010110110000110111111010100111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAD8; }

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

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

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

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

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

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

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

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