#FEBACF

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

Shades of Cotton Candy #FEBACF

Tints of Cotton Candy #FEBACF

Color information

#FEBACF (or 0xFEBACF) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and CF. RGB value is (254,186,207). Sum of RGB (Red+Green+Blue) = 254+186+207=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACF is #014530. Grayscale: #D0D0D0. Windows color (decimal): -83249 or 13613822. OLE color: 13613822.

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

Color convert

RGB254186207-
CMYK00.270.190.00
HSL341.47º97.14%86.27%-
HSV(B)341.47º26.77%99.61%-
XYZ69.6960.6967.07-
YUV208.73127.03160.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=39.26%
G=28.75%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418620700.270.190.00341.4797.1486.27
HexFEBACF01B1301556156
Octal376272317033230525141126
Binary11111110101110101100111101101110011010101010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBACF; }

 p { color: rgb(254,186,207); }

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

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

 a { background-color: rgb(254,186,207); }

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

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

 span { border-color: rgb(254,186,207); }

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