Html Css Color HEX #FECDE2 Pig Pink

📋 copy color: '#FECDE2'

red 254 ◦ green 205 ◦ blue 226

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

Shades of Pig Pink #FECDE2

Tints of Pig Pink #FECDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 37.08%
G = 29.93%
B = 32.99%

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

#FECDE2 (or 0xFECDE2) is known color: Pig Pink. HEX triplet: FE, CD and E2. RGB value is (254,205,226). Sum of RGB (Red+Green+Blue) = 254+205+226=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE2 is #01321D. Grayscale: #DEDEDE. Windows color (decimal): -78366 or 14863870. OLE color: 14863870.

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

Color convert

RGB 254 205 226 -
CMYK 0 0.19 0.11 0.00
HSL 334.29º 0.96% 0.9% -
HSV(B) 334.29º 0.19% 1% -
XYZ 76.43 70.22 81.48 -
YUV 222.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 254 205 226 0 0.19 0.11 0.00 334.29 0.96 0.9
Hex FE CD E2 0 13 B 0 14E 60 5A
Octal 376 315 342 0 23 13 0 516 140 132
Binary 11111110 11001101 11100010 0 10011 1011 0 101001110 1100000 1011010

Color Harmonies of #FECDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDE2

Black with #FECDE2

Text Example


Text Example

White with #FECDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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