#FEBBD5

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

Shades of Cotton Candy #FEBBD5

Tints of Cotton Candy #FEBBD5

Color information

#FEBBD5 (or 0xFEBBD5) is unknown color: approx Cotton Candy. HEX triplet: FE, BB and D5. RGB value is (254,187,213). Sum of RGB (Red+Green+Blue) = 254+187+213=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD5 is #01442A. Grayscale: #D1D1D1. Windows color (decimal): -82987 or 14007294. OLE color: 14007294.

HSL color Cylindrical-coordinate representation of color #FEBBD5: hue angle of 336.72º 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 #FEBBD5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254187213-
CMYK00.260.160.00
HSL336.72º97.1%86.47%-
HSV(B)336.72º26.38%99.61%-
XYZ70.6561.4271.08-
YUV210129.7159.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 187 (73.44% from 255) = 28.59%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=38.84%
G=28.59%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418721300.260.160.00336.7297.186.47
HexFEBBD501A1001516156
Octal376273325032200521141126
Binary11111110101110111101010101101010000010101000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBD5; }

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

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

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

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

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

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

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

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