#FEB8CD

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

Shades of Cotton Candy #FEB8CD

Tints of Cotton Candy #FEB8CD

Color information

#FEB8CD (or 0xFEB8CD) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and CD. RGB value is (254,184,205). Sum of RGB (Red+Green+Blue) = 254+184+205=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8CD is #014732. Grayscale: #CFCFCF. Windows color (decimal): -83763 or 13482238. OLE color: 13482238.

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

Color convert

RGB254184205-
CMYK00.280.190.00
HSL342º97.22%85.88%-
HSV(B)342º27.56%99.61%-
XYZ69.0359.7665.65-
YUV207.32126.69161.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=39.50%
G=28.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418420500.280.190.0034297.2285.88
HexFEB8CD01C1301566156
Octal376270315034230526141126
Binary11111110101110001100110101110010011010101011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8CD; }

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

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

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

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

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

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

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

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