#FEDBE6

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

Shades of Pig Pink #FEDBE6

Tints of Pig Pink #FEDBE6

Color information

#FEDBE6 (or 0xFEDBE6) is unknown color: approx Pig Pink. HEX triplet: FE, DB and E6. RGB value is (254,219,230). Sum of RGB (Red+Green+Blue) = 254+219+230=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBE6 is #012419. Grayscale: #E6E6E6. Windows color (decimal): -74778 or 15129598. OLE color: 15129598.

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

Color convert

RGB254219230-
CMYK00.140.090.00
HSL341.14º94.59%92.75%-
HSV(B)341.14º13.78%99.61%-
XYZ80.4977.4585.57-
YUV230.72127.6144.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 230 (90.23% from 255) = 32.72%
R=36.13%
G=31.15%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421923000.140.090.00341.1494.5992.75
HexFEDBE60E901555f5d
Octal376333346016110525137135
Binary111111101101101111100110011101001010101010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBE6; }

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

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

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

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

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

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

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

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