#FEBEE1

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

Shades of Cotton Candy #FEBEE1

Tints of Cotton Candy #FEBEE1

Color information

#FEBEE1 (or 0xFEBEE1) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and E1. RGB value is (254,190,225). Sum of RGB (Red+Green+Blue) = 254+190+225=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE1 is #01411E. Grayscale: #D5D5D5. Windows color (decimal): -82207 or 14794494. OLE color: 14794494.

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

Color convert

RGB254190225-
CMYK00.250.110.00
HSL327.19º96.97%87.06%-
HSV(B)327.19º25.2%99.61%-
XYZ72.8863.3379.62-
YUV213.13134.7157.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=37.97%
G=28.40%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419022500.250.110.00327.1996.9787.06
HexFEBEE1019B01476157
Octal376276341031130507141127
Binary1111111010111110111000010110011011010100011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEE1; }

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

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

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

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

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

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

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

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