Html Css Color HEX #FEDEF4 Pig Pink

📋 copy color: '#FEDEF4'

red 254 ◦ green 222 ◦ blue 244

#FEDEF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pig Pink #FEDEF4

Tints of Pig Pink #FEDEF4

RGB

 RED value IS 254 (99.61% from 255) = 35.28%

 GREEN value IS 222 (87.11% from 255) = 30.83%

 BLUE value IS 244 (95.7% from 255) = 33.89%

R = 35.28%
G = 30.83%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEDEF4 (or 0xFEDEF4) is known color: Pig Pink. HEX triplet: FE, DE and F4. RGB value is (254,222,244). Sum of RGB (Red+Green+Blue) = 254+222+244=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF4 is #01210B. Grayscale: #EAEAEA. Windows color (decimal): -73996 or 16047870. OLE color: 16047870.

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

Color convert

RGB 254 222 244 -
CMYK 0 0.13 0.04 0.00
HSL 318.75º 0.94% 0.93% -
HSV(B) 318.75º 0.13% 1% -
XYZ 83.32 79.85 96.61 -
YUV 234.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 254 222 244 0 0.13 0.04 0.00 318.75 0.94 0.93
Hex FE DE F4 0 D 4 0 13F 5E 5D
Octal 376 336 364 0 15 4 0 477 136 135
Binary 11111110 11011110 11110100 0 1101 100 0 100111111 1011110 1011101

Color Harmonies of #FEDEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEF4

Black with #FEDEF4

Text Example


Text Example

White with #FEDEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEF4; }

 p { color: rgb(254,222,244); }

 H1.HeaderClassName
 {
   color: #FEDEF4;
 }
 .AnyTagClassName
 {
   color: #FEDEF4;
 }
</style>

background-color css

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

 a { background-color: rgb(254,222,244); }

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

border-color css

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

 span { border-color: rgb(254,222,244); }

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