Html Css Color HEX #FECDE1 Pig Pink

📋 copy color: '#FECDE1'

red 254 ◦ green 205 ◦ blue 225

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

Shades of Pig Pink #FECDE1

Tints of Pig Pink #FECDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.97%

 BLUE value IS 225 (88.28% from 255) = 32.89%

R = 37.13%
G = 29.97%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FECDE1 (or 0xFECDE1) is known color: Pig Pink. HEX triplet: FE, CD and E1. RGB value is (254,205,225). Sum of RGB (Red+Green+Blue) = 254+205+225=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE1 is #01321E. Grayscale: #DDDDDD. Windows color (decimal): -78367 or 14798334. OLE color: 14798334.

HSL color Cylindrical-coordinate representation of color #FECDE1: hue angle of 335.51º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDE1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 225 -
CMYK 0 0.19 0.11 0.00
HSL 335.51º 0.96% 0.9% -
HSV(B) 335.51º 0.19% 1% -
XYZ 76.29 70.17 80.76 -
YUV 221.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 254 205 225 0 0.19 0.11 0.00 335.51 0.96 0.9
Hex FE CD E1 0 13 B 0 150 60 5A
Octal 376 315 341 0 23 13 0 520 140 132
Binary 11111110 11001101 11100001 0 10011 1011 0 101010000 1100000 1011010

Color Harmonies of #FECDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDE1

Black with #FECDE1

Text Example


Text Example

White with #FECDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDE1; }

 p { color: rgb(254,205,225); }

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

background-color css

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

 a { background-color: rgb(254,205,225); }

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

border-color css

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

 span { border-color: rgb(254,205,225); }

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