#FEB9DB

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

Shades of Cotton Candy #FEB9DB

Tints of Cotton Candy #FEB9DB

Color information

#FEB9DB (or 0xFEB9DB) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and DB. RGB value is (254,185,219). Sum of RGB (Red+Green+Blue) = 254+185+219=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9DB is #014624. Grayscale: #D1D1D1. Windows color (decimal): -83493 or 14399998. OLE color: 14399998.

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

Color convert

RGB254185219-
CMYK00.270.140.00
HSL330.43º97.18%86.08%-
HSV(B)330.43º27.17%99.61%-
XYZ71.0160.8875.03-
YUV209.51133.36159.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 185 (72.66% from 255) = 28.12%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=38.60%
G=28.12%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418521900.270.140.00330.4397.1886.08
HexFEB9DB01BE014a6156
Octal376271333033160512141126
Binary1111111010111001110110110110111110010100101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9DB; }

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

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

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

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

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

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

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

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