#FEB6DF

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

Shades of Cotton Candy #FEB6DF

Tints of Cotton Candy #FEB6DF

Color information

#FEB6DF (or 0xFEB6DF) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and DF. RGB value is (254,182,223). Sum of RGB (Red+Green+Blue) = 254+182+223=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6DF is #014920. Grayscale: #D0D0D0. Windows color (decimal): -84257 or 14661374. OLE color: 14661374.

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

Color convert

RGB254182223-
CMYK00.280.120.00
HSL325.83º97.3%85.49%-
HSV(B)325.83º28.35%99.61%-
XYZ70.9259.8577.63-
YUV208.2136.35160.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 182 (71.48% from 255) = 27.62%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=38.54%
G=27.62%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418222300.280.120.00325.8397.385.49
HexFEB6DF01CC01466155
Octal376266337034140506141125
Binary1111111010110110110111110111001100010100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6DF; }

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

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

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

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

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

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

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

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