#FEBDD2

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

Shades of Cotton Candy #FEBDD2

Tints of Cotton Candy #FEBDD2

Color information

#FEBDD2 (or 0xFEBDD2) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and D2. RGB value is (254,189,210). Sum of RGB (Red+Green+Blue) = 254+189+210=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD2 is #01422D. Grayscale: #D2D2D2. Windows color (decimal): -82478 or 13811198. OLE color: 13811198.

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

Color convert

RGB254189210-
CMYK00.260.170.00
HSL340.62º97.01%86.86%-
HSV(B)340.62º25.59%99.61%-
XYZ70.762.1269.24-
YUV210.83127.53158.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=38.90%
G=28.94%
B=32.16%

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
Decimal25418921000.260.170.00340.6297.0186.86
HexFEBDD201A1101556157
Octal376275322032210525141127
Binary11111110101111011101001001101010001010101010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDD2; }

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

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

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

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

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

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

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

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