#FEB7E1

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

Shades of Cotton Candy #FEB7E1

Tints of Cotton Candy #FEB7E1

Color information

#FEB7E1 (or 0xFEB7E1) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and E1. RGB value is (254,183,225). Sum of RGB (Red+Green+Blue) = 254+183+225=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7E1 is #01481E. Grayscale: #D0D0D0. Windows color (decimal): -83999 or 14792702. OLE color: 14792702.

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

Color convert

RGB254183225-
CMYK00.280.110.00
HSL324.51º97.26%85.69%-
HSV(B)324.51º27.95%99.61%-
XYZ71.460.3779.12-
YUV209.02137.02160.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 183 (71.88% from 255) = 27.64%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=38.37%
G=27.64%
B=33.99%

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
Decimal25418322500.280.110.00324.5197.2685.69
HexFEB7E101CB01456156
Octal376267341034130505141126
Binary1111111010110111111000010111001011010100010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7E1; }

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

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

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

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

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

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

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

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