#FEB5CD

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

Shades of Cotton Candy #FEB5CD

Tints of Cotton Candy #FEB5CD

Color information

#FEB5CD (or 0xFEB5CD) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and CD. RGB value is (254,181,205). Sum of RGB (Red+Green+Blue) = 254+181+205=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CD is #014A32. Grayscale: #CDCDCD. Windows color (decimal): -84531 or 13481470. OLE color: 13481470.

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

Color convert

RGB254181205-
CMYK00.290.190.00
HSL340.27º97.33%85.29%-
HSV(B)340.27º28.74%99.61%-
XYZ68.4258.5365.45-
YUV205.56127.68162.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 181 (71.09% from 255) = 28.28%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=39.69%
G=28.28%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418120500.290.190.00340.2797.3385.29
HexFEB5CD01D1301546155
Octal376265315035230524141125
Binary11111110101101011100110101110110011010101010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5CD; }

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

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

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

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

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

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

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

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