#FEDFEB

Color #FEDFEB Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FEDFEB

Tints of Pig Pink #FEDFEB

Color information

#FEDFEB (or 0xFEDFEB) is unknown color: approx Pig Pink. HEX triplet: FE, DF and EB. RGB value is (254,223,235). Sum of RGB (Red+Green+Blue) = 254+223+235=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEB is #012014. Grayscale: #E9E9E9. Windows color (decimal): -73749 or 15458302. OLE color: 15458302.

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

Color convert

RGB254223235-
CMYK00.120.070.00
HSL336.77º93.94%93.53%-
HSV(B)336.77º12.2%99.61%-
XYZ82.2679.8489.67-
YUV233.64128.77142.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 223 (87.5% from 255) = 31.32%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=35.67%
G=31.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422323500.120.070.00336.7793.9493.53
HexFEDFEB0C701515e5e
Octal37633735301470521136136
Binary11111110110111111110101101100111010101000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFEB; }

 p { color: rgb(254,223,235); }

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

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

 a { background-color: rgb(254,223,235); }

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

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

 span { border-color: rgb(254,223,235); }

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