#FEDFF0

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

Shades of Pig Pink #FEDFF0

Tints of Pig Pink #FEDFF0

Color information

#FEDFF0 (or 0xFEDFF0) is unknown color: approx Pig Pink. HEX triplet: FE, DF and F0. RGB value is (254,223,240). Sum of RGB (Red+Green+Blue) = 254+223+240=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF0 is #01200F. Grayscale: #EAEAEA. Windows color (decimal): -73744 or 15785982. OLE color: 15785982.

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

Color convert

RGB254223240-
CMYK00.120.060.00
HSL327.1º93.94%93.53%-
HSV(B)327.1º12.2%99.61%-
XYZ82.9980.1493.53-
YUV234.21131.27142.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 223 (87.5% from 255) = 31.10%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=35.43%
G=31.10%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422324000.120.060.00327.193.9493.53
HexFEDFF00C601475e5e
Octal37633736001460507136136
Binary11111110110111111111000001100110010100011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFF0; }

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

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

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

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

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

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

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

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