#FEDFF1

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

Shades of Pig Pink #FEDFF1

Tints of Pig Pink #FEDFF1

Color information

#FEDFF1 (or 0xFEDFF1) is unknown color: approx Pig Pink. HEX triplet: FE, DF and F1. RGB value is (254,223,241). Sum of RGB (Red+Green+Blue) = 254+223+241=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF1 is #01200E. Grayscale: #EAEAEA. Windows color (decimal): -73743 or 15851518. OLE color: 15851518.

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

Color convert

RGB254223241-
CMYK00.120.050.00
HSL325.16º93.94%93.53%-
HSV(B)325.16º12.2%99.61%-
XYZ83.1480.294.32-
YUV234.32131.77142.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 223 (87.5% from 255) = 31.06%
BLUE value IS 241 (94.53% from 255) = 33.57%
R=35.38%
G=31.06%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422324100.120.050.00325.1693.9493.53
HexFEDFF10C501455e5e
Octal37633736101450505136136
Binary11111110110111111111000101100101010100010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFF1; }

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

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

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

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

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

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

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

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