#FEDBE4

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

Shades of Pig Pink #FEDBE4

Tints of Pig Pink #FEDBE4

Color information

#FEDBE4 (or 0xFEDBE4) is unknown color: approx Pig Pink. HEX triplet: FE, DB and E4. RGB value is (254,219,228). Sum of RGB (Red+Green+Blue) = 254+219+228=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE4 is #01241B. Grayscale: #E6E6E6. Windows color (decimal): -74780 or 14998526. OLE color: 14998526.

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

Color convert

RGB254219228-
CMYK00.140.100.00
HSL344.57º94.59%92.75%-
HSV(B)344.57º13.78%99.61%-
XYZ80.2177.3484.1-
YUV230.49126.6144.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 219 (85.94% from 255) = 31.24%
BLUE value IS 228 (89.45% from 255) = 32.52%
R=36.23%
G=31.24%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421922800.140.100.00344.5794.5992.75
HexFEDBE40EA01595f5d
Octal376333344016120531137135
Binary111111101101101111100100011101010010101100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBE4; }

 p { color: rgb(254,219,228); }

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

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

 a { background-color: rgb(254,219,228); }

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

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

 span { border-color: rgb(254,219,228); }

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