#FED6D8

Color #FED6D8 We Peep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of We Peep #FED6D8

Tints of We Peep #FED6D8

Color information

#FED6D8 (or 0xFED6D8) is unknown color: approx We Peep. HEX triplet: FE, D6 and D8. RGB value is (254,214,216). Sum of RGB (Red+Green+Blue) = 254+214+216=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6D8 is #012927. Grayscale: #E2E2E2. Windows color (decimal): -76072 or 14210814. OLE color: 14210814.

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

Color convert

RGB254214216-
CMYK00.160.150.00
HSL357º95.24%91.76%-
HSV(B)357º15.75%99.61%-
XYZ77.3174.1275.2-
YUV226.19122.25147.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=37.13%
G=31.29%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421421600.160.150.0035795.2491.76
HexFED6D8010F01655f5c
Octal376326330020170545137134
Binary1111111011010110110110000100001111010110010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6D8; }

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

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

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

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

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

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

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

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