#FED3D4

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

Shades of We Peep #FED3D4

Tints of We Peep #FED3D4

Color information

#FED3D4 (or 0xFED3D4) is unknown color: approx We Peep. HEX triplet: FE, D3 and D4. RGB value is (254,211,212). Sum of RGB (Red+Green+Blue) = 254+211+212=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3D4 is #012C2B. Grayscale: #E0E0E0. Windows color (decimal): -76844 or 13947902. OLE color: 13947902.

HSL color Cylindrical-coordinate representation of color #FED3D4: hue angle of 358.6º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED3D4 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254211212-
CMYK00.170.170.00
HSL358.6º95.56%91.18%-
HSV(B)358.6º16.93%99.61%-
XYZ76.0572.4172.26-
YUV223.97121.25149.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 211 (82.81% from 255) = 31.17%
BLUE value IS 212 (83.20% from 255) = 31.31%
R=37.52%
G=31.17%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421121200.170.170.00358.695.5691.18
HexFED3D4011110167605b
Octal376323324021210547140133
Binary11111110110100111101010001000110001010110011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3D4; }

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

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

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

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

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

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

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

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