#FEBDD3

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

Shades of Cotton Candy #FEBDD3

Tints of Cotton Candy #FEBDD3

Color information

#FEBDD3 (or 0xFEBDD3) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and D3. RGB value is (254,189,211). Sum of RGB (Red+Green+Blue) = 254+189+211=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD3 is #01422C. Grayscale: #D2D2D2. Windows color (decimal): -82477 or 13876734. OLE color: 13876734.

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

Color convert

RGB254189211-
CMYK00.260.170.00
HSL339.69º97.01%86.86%-
HSV(B)339.69º25.59%99.61%-
XYZ70.8362.1769.89-
YUV210.94128.03158.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=38.84%
G=28.90%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418921100.260.170.00339.6997.0186.86
HexFEBDD301A1101546157
Octal376275323032210524141127
Binary11111110101111011101001101101010001010101010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDD3; }

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

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

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

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

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

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

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

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