#FEBDD5

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

Shades of Cotton Candy #FEBDD5

Tints of Cotton Candy #FEBDD5

Color information

#FEBDD5 (or 0xFEBDD5) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and D5. RGB value is (254,189,213). Sum of RGB (Red+Green+Blue) = 254+189+213=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD5 is #01422A. Grayscale: #D3D3D3. Windows color (decimal): -82475 or 14007806. OLE color: 14007806.

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

Color convert

RGB254189213-
CMYK00.260.160.00
HSL337.85º97.01%86.86%-
HSV(B)337.85º25.59%99.61%-
XYZ71.0862.2771.22-
YUV211.17129.03158.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=38.72%
G=28.81%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418921300.260.160.00337.8597.0186.86
HexFEBDD501A1001526157
Octal376275325032200522141127
Binary11111110101111011101010101101010000010101001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDD5; }

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

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

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

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

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

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

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

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