#FEB5DF

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

Shades of Cotton Candy #FEB5DF

Tints of Cotton Candy #FEB5DF

Color information

#FEB5DF (or 0xFEB5DF) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and DF. RGB value is (254,181,223). Sum of RGB (Red+Green+Blue) = 254+181+223=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5DF is #014A20. Grayscale: #CFCFCF. Windows color (decimal): -84513 or 14661118. OLE color: 14661118.

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

Color convert

RGB254181223-
CMYK00.290.120.00
HSL325.48º97.33%85.29%-
HSV(B)325.48º28.74%99.61%-
XYZ70.7259.4577.56-
YUV207.61136.68161.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 181 (71.09% from 255) = 27.51%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=38.60%
G=27.51%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418122300.290.120.00325.4897.3385.29
HexFEB5DF01DC01456155
Octal376265337035140505141125
Binary1111111010110101110111110111011100010100010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5DF; }

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

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

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

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

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

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

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

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