#FEB2CD

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

Shades of Cotton Candy #FEB2CD

Tints of Cotton Candy #FEB2CD

Color information

#FEB2CD (or 0xFEB2CD) is unknown color: approx Cotton Candy. HEX triplet: FE, B2 and CD. RGB value is (254,178,205). Sum of RGB (Red+Green+Blue) = 254+178+205=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2CD is #014D32. Grayscale: #CBCBCB. Windows color (decimal): -85299 or 13480702. OLE color: 13480702.

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

Color convert

RGB254178205-
CMYK00.300.190.00
HSL338.68º97.44%84.71%-
HSV(B)338.68º29.92%99.61%-
XYZ67.8157.3265.25-
YUV203.8128.68163.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=39.87%
G=27.94%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417820500.300.190.00338.6897.4484.71
HexFEB2CD01E1301536155
Octal376262315036230523141125
Binary11111110101100101100110101111010011010101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2CD; }

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

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

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

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

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

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

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

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