#FEB8DA

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

Shades of Cotton Candy #FEB8DA

Tints of Cotton Candy #FEB8DA

Color information

#FEB8DA (or 0xFEB8DA) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and DA. RGB value is (254,184,218). Sum of RGB (Red+Green+Blue) = 254+184+218=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8DA is #014725. Grayscale: #D0D0D0. Windows color (decimal): -83750 or 14334206. OLE color: 14334206.

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

Color convert

RGB254184218-
CMYK00.280.140.00
HSL330.86º97.22%85.88%-
HSV(B)330.86º27.56%99.61%-
XYZ70.6760.4174.27-
YUV208.81133.19160.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 184 (72.27% from 255) = 28.05%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=38.72%
G=28.05%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418421800.280.140.00330.8697.2285.88
HexFEB8DA01CE014b6156
Octal376270332034160513141126
Binary1111111010111000110110100111001110010100101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8DA; }

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

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

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

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

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

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

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

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