#FEB6E1

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

Shades of Cotton Candy #FEB6E1

Tints of Cotton Candy #FEB6E1

Color information

#FEB6E1 (or 0xFEB6E1) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and E1. RGB value is (254,182,225). Sum of RGB (Red+Green+Blue) = 254+182+225=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 182 (71.48% from 255 or 27.53% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6E1 is #01491E. Grayscale: #D0D0D0. Windows color (decimal): -84255 or 14792446. OLE color: 14792446.

HSL color Cylindrical-coordinate representation of color #FEB6E1: hue angle of 324.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 #FEB6E1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254182225-
CMYK00.280.110.00
HSL324.17º97.3%85.49%-
HSV(B)324.17º28.35%99.61%-
XYZ71.1959.9679.06-
YUV208.43137.35160.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 182 (71.48% from 255) = 27.53%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=38.43%
G=27.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418222500.280.110.00324.1797.385.49
HexFEB6E101CB01446155
Octal376266341034130504141125
Binary1111111010110110111000010111001011010100010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6E1; }

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

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

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

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

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

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

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

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