Html Css Color HEX #FECDE3 Pig Pink

📋 copy color: '#FECDE3'

red 254 ◦ green 205 ◦ blue 227

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

Shades of Pig Pink #FECDE3

Tints of Pig Pink #FECDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.09%

R = 37.03%
G = 29.88%
B = 33.09%

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

#FECDE3 (or 0xFECDE3) is known color: Pig Pink. HEX triplet: FE, CD and E3. RGB value is (254,205,227). Sum of RGB (Red+Green+Blue) = 254+205+227=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE3 is #01321C. Grayscale: #DEDEDE. Windows color (decimal): -78365 or 14929406. OLE color: 14929406.

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

Color convert

RGB 254 205 227 -
CMYK 0 0.19 0.11 0.00
HSL 333.06º 0.96% 0.9% -
HSV(B) 333.06º 0.19% 1% -
XYZ 76.57 70.28 82.2 -
YUV 222.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 254 205 227 0 0.19 0.11 0.00 333.06 0.96 0.9
Hex FE CD E3 0 13 B 0 14D 60 5A
Octal 376 315 343 0 23 13 0 515 140 132
Binary 11111110 11001101 11100011 0 10011 1011 0 101001101 1100000 1011010

Color Harmonies of #FECDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDE3

Black with #FECDE3

Text Example


Text Example

White with #FECDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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