#FEBED6

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

Shades of Cotton Candy #FEBED6

Tints of Cotton Candy #FEBED6

Color information

#FEBED6 (or 0xFEBED6) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and D6. RGB value is (254,190,214). Sum of RGB (Red+Green+Blue) = 254+190+214=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED6 is #014129. Grayscale: #D3D3D3. Windows color (decimal): -82218 or 14073598. OLE color: 14073598.

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

Color convert

RGB254190214-
CMYK00.250.160.00
HSL337.5º96.97%87.06%-
HSV(B)337.5º25.2%99.61%-
XYZ71.4262.7571.97-
YUV211.87129.2158.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 190 (74.61% from 255) = 28.88%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=38.60%
G=28.88%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419021400.250.160.00337.596.9787.06
HexFEBED60191001526157
Octal376276326031200522141127
Binary11111110101111101101011001100110000010101001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBED6; }

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

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

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

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

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

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

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

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