Html Css Color HEX #FEDEF6 Pig Pink

📋 copy color: '#FEDEF6'

red 254 ◦ green 222 ◦ blue 246

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

Shades of Pig Pink #FEDEF6

Tints of Pig Pink #FEDEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.07%

R = 35.18%
G = 30.75%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEDEF6 (or 0xFEDEF6) is known color: Pig Pink. HEX triplet: FE, DE and F6. RGB value is (254,222,246). Sum of RGB (Red+Green+Blue) = 254+222+246=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF6 is #012109. Grayscale: #EAEAEA. Windows color (decimal): -73994 or 16178942. OLE color: 16178942.

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

Color convert

RGB 254 222 246 -
CMYK 0 0.13 0.03 0.00
HSL 315º 0.94% 0.93% -
HSV(B) 315º 0.13% 1% -
XYZ 83.63 79.97 98.22 -
YUV 234.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 254 222 246 0 0.13 0.03 0.00 315 0.94 0.93
Hex FE DE F6 0 D 3 0 13B 5E 5D
Octal 376 336 366 0 15 3 0 473 136 135
Binary 11111110 11011110 11110110 0 1101 11 0 100111011 1011110 1011101

Color Harmonies of #FEDEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEF6

Black with #FEDEF6

Text Example


Text Example

White with #FEDEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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