Html Css Color HEX #FECFE7 Pig Pink

📋 copy color: '#FECFE7'

red 254 ◦ green 207 ◦ blue 231

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

Shades of Pig Pink #FECFE7

Tints of Pig Pink #FECFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.38%

R = 36.71%
G = 29.91%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FECFE7 (or 0xFECFE7) is known color: Pig Pink. HEX triplet: FE, CF and E7. RGB value is (254,207,231). Sum of RGB (Red+Green+Blue) = 254+207+231=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFE7 is #013018. Grayscale: #DFDFDF. Windows color (decimal): -77849 or 15192062. OLE color: 15192062.

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

Color convert

RGB 254 207 231 -
CMYK 0 0.19 0.09 0.00
HSL 329.36º 0.96% 0.9% -
HSV(B) 329.36º 0.19% 1% -
XYZ 77.61 71.47 85.31 -
YUV 223.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 254 207 231 0 0.19 0.09 0.00 329.36 0.96 0.9
Hex FE CF E7 0 13 9 0 149 60 5A
Octal 376 317 347 0 23 11 0 511 140 132
Binary 11111110 11001111 11100111 0 10011 1001 0 101001001 1100000 1011010

Color Harmonies of #FECFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFE7

Black with #FECFE7

Text Example


Text Example

White with #FECFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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