#FEBDDF

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

Shades of Cotton Candy #FEBDDF

Tints of Cotton Candy #FEBDDF

Color information

#FEBDDF (or 0xFEBDDF) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and DF. RGB value is (254,189,223). Sum of RGB (Red+Green+Blue) = 254+189+223=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDDF is #014220. Grayscale: #D4D4D4. Windows color (decimal): -82465 or 14663166. OLE color: 14663166.

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

Color convert

RGB254189223-
CMYK00.260.120.00
HSL328.62º97.01%86.86%-
HSV(B)328.62º25.59%99.61%-
XYZ72.3962.7978.12-
YUV212.31134.03157.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 189 (74.22% from 255) = 28.38%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=38.14%
G=28.38%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418922300.260.120.00328.6297.0186.86
HexFEBDDF01AC01496157
Octal376275337032140511141127
Binary1111111010111101110111110110101100010100100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDDF; }

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

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

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

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

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

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

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

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