Html Css Color HEX #FECFDE Pig Pink

📋 copy color: '#FECFDE'

red 254 ◦ green 207 ◦ blue 222

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

Shades of Pig Pink #FECFDE

Tints of Pig Pink #FECFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.31%

 BLUE value IS 222 (87.11% from 255) = 32.5%

R = 37.19%
G = 30.31%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FECFDE (or 0xFECFDE) is known color: Pig Pink. HEX triplet: FE, CF and DE. RGB value is (254,207,222). Sum of RGB (Red+Green+Blue) = 254+207+222=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDE is #013021. Grayscale: #DEDEDE. Windows color (decimal): -77858 or 14602238. OLE color: 14602238.

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

Color convert

RGB 254 207 222 -
CMYK 0 0.19 0.13 0.00
HSL 340.85º 0.96% 0.9% -
HSV(B) 340.85º 0.19% 1% -
XYZ 76.37 70.97 78.78 -
YUV 222.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 254 207 222 0 0.19 0.13 0.00 340.85 0.96 0.9
Hex FE CF DE 0 13 D 0 155 60 5A
Octal 376 317 336 0 23 15 0 525 140 132
Binary 11111110 11001111 11011110 0 10011 1101 0 101010101 1100000 1011010

Color Harmonies of #FECFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFDE

Black with #FECFDE

Text Example


Text Example

White with #FECFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFDE; }

 p { color: rgb(254,207,222); }

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

background-color css

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

 a { background-color: rgb(254,207,222); }

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

border-color css

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

 span { border-color: rgb(254,207,222); }

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