#FEB9CF

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

Shades of Cotton Candy #FEB9CF

Tints of Cotton Candy #FEB9CF

Color information

#FEB9CF (or 0xFEB9CF) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and CF. RGB value is (254,185,207). Sum of RGB (Red+Green+Blue) = 254+185+207=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9CF is #014630. Grayscale: #D0D0D0. Windows color (decimal): -83505 or 13613566. OLE color: 13613566.

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

Color convert

RGB254185207-
CMYK00.270.190.00
HSL340.87º97.18%86.08%-
HSV(B)340.87º27.17%99.61%-
XYZ69.4860.2767-
YUV208.14127.36160.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=39.32%
G=28.64%
B=32.04%

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
Decimal25418520700.270.190.00340.8797.1886.08
HexFEB9CF01B1301556156
Octal376271317033230525141126
Binary11111110101110011100111101101110011010101010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9CF; }

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

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

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

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

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

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

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

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