#FEC1D4

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

Shades of Cotton Candy #FEC1D4

Tints of Cotton Candy #FEC1D4

Color information

#FEC1D4 (or 0xFEC1D4) is unknown color: approx Cotton Candy. HEX triplet: FE, C1 and D4. RGB value is (254,193,212). Sum of RGB (Red+Green+Blue) = 254+193+212=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1D4 is #013E2B. Grayscale: #D5D5D5. Windows color (decimal): -81452 or 13943294. OLE color: 13943294.

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

Color convert

RGB254193212-
CMYK00.240.170.00
HSL341.31º96.83%87.65%-
HSV(B)341.31º24.02%99.61%-
XYZ71.8363.9670.85-
YUV213.4127.21156.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 193 (75.78% from 255) = 29.29%
BLUE value IS 212 (83.20% from 255) = 32.17%
R=38.54%
G=29.29%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419321200.240.170.00341.3196.8387.65
HexFEC1D40181101556158
Octal376301324030210525141130
Binary11111110110000011101010001100010001010101010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1D4; }

 p { color: rgb(254,193,212); }

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

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

 a { background-color: rgb(254,193,212); }

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

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

 span { border-color: rgb(254,193,212); }

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