#FEB2D1

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

Shades of Cotton Candy #FEB2D1

Tints of Cotton Candy #FEB2D1

Color information

#FEB2D1 (or 0xFEB2D1) is unknown color: approx Cotton Candy. HEX triplet: FE, B2 and D1. RGB value is (254,178,209). Sum of RGB (Red+Green+Blue) = 254+178+209=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D1 is #014D2E. Grayscale: #CCCCCC. Windows color (decimal): -85295 or 13742846. OLE color: 13742846.

HSL color Cylindrical-coordinate representation of color #FEB2D1: hue angle of 335.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2D1 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254178209-
CMYK00.300.180.00
HSL335.53º97.44%84.71%-
HSV(B)335.53º29.92%99.61%-
XYZ68.357.5267.82-
YUV204.26130.68163.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 178 (69.92% from 255) = 27.77%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=39.63%
G=27.77%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417820900.300.180.00335.5397.4484.71
HexFEB2D101E1201506155
Octal376262321036220520141125
Binary11111110101100101101000101111010010010101000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2D1; }

 p { color: rgb(254,178,209); }

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

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

 a { background-color: rgb(254,178,209); }

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

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

 span { border-color: rgb(254,178,209); }

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