#FEBBDB

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

Shades of Cotton Candy #FEBBDB

Tints of Cotton Candy #FEBBDB

Color information

#FEBBDB (or 0xFEBBDB) is unknown color: approx Cotton Candy. HEX triplet: FE, BB and DB. RGB value is (254,187,219). Sum of RGB (Red+Green+Blue) = 254+187+219=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBDB is #014424. Grayscale: #D2D2D2. Windows color (decimal): -82981 or 14400510. OLE color: 14400510.

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

Color convert

RGB254187219-
CMYK00.260.140.00
HSL331.34º97.1%86.47%-
HSV(B)331.34º26.38%99.61%-
XYZ71.4361.7375.17-
YUV210.68132.7158.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=38.48%
G=28.33%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418721900.260.140.00331.3497.186.47
HexFEBBDB01AE014b6156
Octal376273333032160513141126
Binary1111111010111011110110110110101110010100101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBDB; }

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

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

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

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

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

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

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

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