#FEBBD6

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

Shades of Cotton Candy #FEBBD6

Tints of Cotton Candy #FEBBD6

Color information

#FEBBD6 (or 0xFEBBD6) is unknown color: approx Cotton Candy. HEX triplet: FE, BB and D6. RGB value is (254,187,214). Sum of RGB (Red+Green+Blue) = 254+187+214=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD6 is #014429. Grayscale: #D2D2D2. Windows color (decimal): -82986 or 14072830. OLE color: 14072830.

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

Color convert

RGB254187214-
CMYK00.260.160.00
HSL335.82º97.1%86.47%-
HSV(B)335.82º26.38%99.61%-
XYZ70.7861.4771.75-
YUV210.11130.2159.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=38.78%
G=28.55%
B=32.67%

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
Decimal25418721400.260.160.00335.8297.186.47
HexFEBBD601A1001506156
Octal376273326032200520141126
Binary11111110101110111101011001101010000010101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBD6; }

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

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

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

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

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

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

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

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