#FEB6D5

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

Shades of Cotton Candy #FEB6D5

Tints of Cotton Candy #FEB6D5

Color information

#FEB6D5 (or 0xFEB6D5) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and D5. RGB value is (254,182,213). Sum of RGB (Red+Green+Blue) = 254+182+213=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6D5 is #01492A. Grayscale: #CFCFCF. Windows color (decimal): -84267 or 14006014. OLE color: 14006014.

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

Color convert

RGB254182213-
CMYK00.280.160.00
HSL334.17º97.3%85.49%-
HSV(B)334.17º28.35%99.61%-
XYZ69.6159.3370.73-
YUV207.06131.35161.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=39.14%
G=28.04%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418221300.280.160.00334.1797.385.49
HexFEB6D501C10014e6155
Octal376266325034200516141125
Binary11111110101101101101010101110010000010100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6D5; }

 p { color: rgb(254,182,213); }

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

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

 a { background-color: rgb(254,182,213); }

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

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

 span { border-color: rgb(254,182,213); }

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