Html Css Color HEX #FEDEF2 Pig Pink

📋 copy color: '#FEDEF2'

red 254 ◦ green 222 ◦ blue 242

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

Shades of Pig Pink #FEDEF2

Tints of Pig Pink #FEDEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.7%

R = 35.38%
G = 30.92%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEDEF2 (or 0xFEDEF2) is known color: Pig Pink. HEX triplet: FE, DE and F2. RGB value is (254,222,242). Sum of RGB (Red+Green+Blue) = 254+222+242=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF2 is #01210D. Grayscale: #E9E9E9. Windows color (decimal): -73998 or 15916798. OLE color: 15916798.

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

Color convert

RGB 254 222 242 -
CMYK 0 0.13 0.05 0.00
HSL 322.5º 0.94% 0.93% -
HSV(B) 322.5º 0.13% 1% -
XYZ 83.02 79.72 95.02 -
YUV 233.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 254 222 242 0 0.13 0.05 0.00 322.5 0.94 0.93
Hex FE DE F2 0 D 5 0 142 5E 5D
Octal 376 336 362 0 15 5 0 502 136 135
Binary 11111110 11011110 11110010 0 1101 101 0 101000010 1011110 1011101

Color Harmonies of #FEDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEF2

Black with #FEDEF2

Text Example


Text Example

White with #FEDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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