#FEBBD2

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

Shades of Cotton Candy #FEBBD2

Tints of Cotton Candy #FEBBD2

Color information

#FEBBD2 (or 0xFEBBD2) is unknown color: approx Cotton Candy. HEX triplet: FE, BB and D2. RGB value is (254,187,210). Sum of RGB (Red+Green+Blue) = 254+187+210=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD2 is #01442D. Grayscale: #D1D1D1. Windows color (decimal): -82990 or 13810686. OLE color: 13810686.

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

Color convert

RGB254187210-
CMYK00.260.170.00
HSL339.4º97.1%86.47%-
HSV(B)339.4º26.38%99.61%-
XYZ70.2861.2669.09-
YUV209.65128.2159.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=39.02%
G=28.73%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418721000.260.170.00339.497.186.47
HexFEBBD201A1101536156
Octal376273322032210523141126
Binary11111110101110111101001001101010001010101001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBD2; }

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

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

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

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

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

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

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

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