Html Css Color HEX #FEDCF6 Pig Pink

📋 copy color: '#FEDCF6'

red 254 ◦ green 220 ◦ blue 246

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

Shades of Pig Pink #FEDCF6

Tints of Pig Pink #FEDCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.56%

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

R = 35.28%
G = 30.56%
B = 34.17%

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

#FEDCF6 (or 0xFEDCF6) is known color: Pig Pink. HEX triplet: FE, DC and F6. RGB value is (254,220,246). Sum of RGB (Red+Green+Blue) = 254+220+246=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF6 is #012309. Grayscale: #E9E9E9. Windows color (decimal): -74506 or 16178430. OLE color: 16178430.

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

Color convert

RGB 254 220 246 -
CMYK 0 0.13 0.03 0.00
HSL 314.12º 0.94% 0.93% -
HSV(B) 314.12º 0.13% 1% -
XYZ 83.1 78.91 98.04 -
YUV 233.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 254 220 246 0 0.13 0.03 0.00 314.12 0.94 0.93
Hex FE DC F6 0 D 3 0 13A 5E 5D
Octal 376 334 366 0 15 3 0 472 136 135
Binary 11111110 11011100 11110110 0 1101 11 0 100111010 1011110 1011101

Color Harmonies of #FEDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCF6

Black with #FEDCF6

Text Example


Text Example

White with #FEDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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