Html Css Color HEX #FEDCEA Pig Pink

📋 copy color: '#FEDCEA'

red 254 ◦ green 220 ◦ blue 234

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

Shades of Pig Pink #FEDCEA

Tints of Pig Pink #FEDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.05%

R = 35.88%
G = 31.07%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEDCEA (or 0xFEDCEA) is known color: Pig Pink. HEX triplet: FE, DC and EA. RGB value is (254,220,234). Sum of RGB (Red+Green+Blue) = 254+220+234=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEA is #012315. Grayscale: #E7E7E7. Windows color (decimal): -74518 or 15391998. OLE color: 15391998.

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

Color convert

RGB 254 220 234 -
CMYK 0 0.13 0.08 0.00
HSL 335.29º 0.94% 0.93% -
HSV(B) 335.29º 0.13% 1% -
XYZ 81.32 78.2 88.65 -
YUV 231.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 254 220 234 0 0.13 0.08 0.00 335.29 0.94 0.93
Hex FE DC EA 0 D 8 0 14F 5E 5D
Octal 376 334 352 0 15 10 0 517 136 135
Binary 11111110 11011100 11101010 0 1101 1000 0 101001111 1011110 1011101

Color Harmonies of #FEDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCEA

Black with #FEDCEA

Text Example


Text Example

White with #FEDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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