#FEC2D6

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

Shades of Cotton Candy #FEC2D6

Tints of Cotton Candy #FEC2D6

Color information

#FEC2D6 (or 0xFEC2D6) is unknown color: approx Cotton Candy. HEX triplet: FE, C2 and D6. RGB value is (254,194,214). Sum of RGB (Red+Green+Blue) = 254+194+214=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D6 is #013D29. Grayscale: #D6D6D6. Windows color (decimal): -81194 or 14074622. OLE color: 14074622.

HSL color Cylindrical-coordinate representation of color #FEC2D6: hue angle of 340º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2D6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254194214-
CMYK00.240.160.00
HSL340º96.77%87.84%-
HSV(B)340º23.62%99.61%-
XYZ72.364.5172.26-
YUV214.22127.88156.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 194 (76.17% from 255) = 29.31%
BLUE value IS 214 (83.98% from 255) = 32.33%
R=38.37%
G=29.31%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419421400.240.160.0034096.7787.84
HexFEC2D60181001546158
Octal376302326030200524141130
Binary11111110110000101101011001100010000010101010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2D6; }

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

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

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

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

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

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

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

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