#FEBBE1

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

Shades of Cotton Candy #FEBBE1

Tints of Cotton Candy #FEBBE1

Color information

#FEBBE1 (or 0xFEBBE1) is unknown color: approx Cotton Candy. HEX triplet: FE, BB and E1. RGB value is (254,187,225). Sum of RGB (Red+Green+Blue) = 254+187+225=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBE1 is #01441E. Grayscale: #D3D3D3. Windows color (decimal): -82975 or 14793726. OLE color: 14793726.

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

Color convert

RGB254187225-
CMYK00.260.110.00
HSL325.97º97.1%86.47%-
HSV(B)325.97º26.38%99.61%-
XYZ72.2362.0579.4-
YUV211.36135.7158.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=38.14%
G=28.08%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418722500.260.110.00325.9797.186.47
HexFEBBE101AB01466156
Octal376273341032130506141126
Binary1111111010111011111000010110101011010100011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBE1; }

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

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

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

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

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

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

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

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