Html Css Color HEX #FEDCEF Pig Pink

📋 copy color: '#FEDCEF'

red 254 ◦ green 220 ◦ blue 239

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

Shades of Pig Pink #FEDCEF

Tints of Pig Pink #FEDCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.52%

R = 35.62%
G = 30.86%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEDCEF (or 0xFEDCEF) is known color: Pig Pink. HEX triplet: FE, DC and EF. RGB value is (254,220,239). Sum of RGB (Red+Green+Blue) = 254+220+239=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEF is #012310. Grayscale: #E8E8E8. Windows color (decimal): -74513 or 15719678. OLE color: 15719678.

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

Color convert

RGB 254 220 239 -
CMYK 0 0.13 0.06 0.00
HSL 326.47º 0.94% 0.93% -
HSV(B) 326.47º 0.13% 1% -
XYZ 82.05 78.49 92.49 -
YUV 232.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 254 220 239 0 0.13 0.06 0.00 326.47 0.94 0.93
Hex FE DC EF 0 D 6 0 146 5E 5D
Octal 376 334 357 0 15 6 0 506 136 135
Binary 11111110 11011100 11101111 0 1101 110 0 101000110 1011110 1011101

Color Harmonies of #FEDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCEF

Black with #FEDCEF

Text Example


Text Example

White with #FEDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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