#FEB8D6

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

Shades of Cotton Candy #FEB8D6

Tints of Cotton Candy #FEB8D6

Color information

#FEB8D6 (or 0xFEB8D6) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and D6. RGB value is (254,184,214). Sum of RGB (Red+Green+Blue) = 254+184+214=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D6 is #014729. Grayscale: #D0D0D0. Windows color (decimal): -83754 or 14072062. OLE color: 14072062.

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

Color convert

RGB254184214-
CMYK00.280.160.00
HSL334.29º97.22%85.88%-
HSV(B)334.29º27.56%99.61%-
XYZ70.1560.2171.54-
YUV208.35131.19160.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 184 (72.27% from 255) = 28.22%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=38.96%
G=28.22%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418421400.280.160.00334.2997.2285.88
HexFEB8D601C10014e6156
Octal376270326034200516141126
Binary11111110101110001101011001110010000010100111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8D6; }

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

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

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

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

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

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

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

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