#FEB4DF

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

Shades of Cotton Candy #FEB4DF

Tints of Cotton Candy #FEB4DF

Color information

#FEB4DF (or 0xFEB4DF) is unknown color: approx Cotton Candy. HEX triplet: FE, B4 and DF. RGB value is (254,180,223). Sum of RGB (Red+Green+Blue) = 254+180+223=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4DF is #014B20. Grayscale: #CECECE. Windows color (decimal): -84769 or 14660862. OLE color: 14660862.

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

Color convert

RGB254180223-
CMYK00.290.120.00
HSL325.14º97.37%85.1%-
HSV(B)325.14º29.13%99.61%-
XYZ70.5159.0477.49-
YUV207.03137.02161.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=38.66%
G=27.40%
B=33.94%

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
Decimal25418022300.290.120.00325.1497.3785.1
HexFEB4DF01DC01456155
Octal376264337035140505141125
Binary1111111010110100110111110111011100010100010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4DF; }

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

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

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

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

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

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

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

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