#FEB8D7

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

Shades of Cotton Candy #FEB8D7

Tints of Cotton Candy #FEB8D7

Color information

#FEB8D7 (or 0xFEB8D7) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and D7. RGB value is (254,184,215). Sum of RGB (Red+Green+Blue) = 254+184+215=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D7 is #014728. Grayscale: #D0D0D0. Windows color (decimal): -83753 or 14137598. OLE color: 14137598.

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

Color convert

RGB254184215-
CMYK00.280.150.00
HSL333.43º97.22%85.88%-
HSV(B)333.43º27.56%99.61%-
XYZ70.2860.2672.22-
YUV208.46131.69160.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 184 (72.27% from 255) = 28.18%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=38.90%
G=28.18%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418421500.280.150.00333.4397.2285.88
HexFEB8D701CF014d6156
Octal376270327034170515141126
Binary1111111010111000110101110111001111010100110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8D7; }

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

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

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

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

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

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

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

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