#FEBED7

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

Shades of Cotton Candy #FEBED7

Tints of Cotton Candy #FEBED7

Color information

#FEBED7 (or 0xFEBED7) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and D7. RGB value is (254,190,215). Sum of RGB (Red+Green+Blue) = 254+190+215=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED7 is #014128. Grayscale: #D3D3D3. Windows color (decimal): -82217 or 14139134. OLE color: 14139134.

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

Color convert

RGB254190215-
CMYK00.250.150.00
HSL336.56º96.97%87.06%-
HSV(B)336.56º25.2%99.61%-
XYZ71.5562.872.64-
YUV211.99129.7157.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=38.54%
G=28.83%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419021500.250.150.00336.5696.9787.06
HexFEBED7019F01516157
Octal376276327031170521141127
Binary1111111010111110110101110110011111010101000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBED7; }

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

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

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

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

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

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

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

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