#FEBDD7

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

Shades of Cotton Candy #FEBDD7

Tints of Cotton Candy #FEBDD7

Color information

#FEBDD7 (or 0xFEBDD7) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and D7. RGB value is (254,189,215). Sum of RGB (Red+Green+Blue) = 254+189+215=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD7 is #014228. Grayscale: #D3D3D3. Windows color (decimal): -82473 or 14138878. OLE color: 14138878.

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

Color convert

RGB254189215-
CMYK00.260.150.00
HSL336º97.01%86.86%-
HSV(B)336º25.59%99.61%-
XYZ71.3462.3772.57-
YUV211.4130.03158.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=38.60%
G=28.72%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418921500.260.150.0033697.0186.86
HexFEBDD701AF01506157
Octal376275327032170520141127
Binary1111111010111101110101110110101111010101000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDD7; }

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

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

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

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

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

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

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

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