Html Css Color HEX #FECFE8 Pig Pink

📋 copy color: '#FECFE8'

red 254 ◦ green 207 ◦ blue 232

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

Shades of Pig Pink #FECFE8

Tints of Pig Pink #FECFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.48%

R = 36.65%
G = 29.87%
B = 33.48%

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

#FECFE8 (or 0xFECFE8) is known color: Pig Pink. HEX triplet: FE, CF and E8. RGB value is (254,207,232). Sum of RGB (Red+Green+Blue) = 254+207+232=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFE8 is #013017. Grayscale: #DFDFDF. Windows color (decimal): -77848 or 15257598. OLE color: 15257598.

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

Color convert

RGB 254 207 232 -
CMYK 0 0.19 0.09 0.00
HSL 328.09º 0.96% 0.9% -
HSV(B) 328.09º 0.19% 1% -
XYZ 77.75 71.52 86.05 -
YUV 223.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 254 207 232 0 0.19 0.09 0.00 328.09 0.96 0.9
Hex FE CF E8 0 13 9 0 148 60 5A
Octal 376 317 350 0 23 11 0 510 140 132
Binary 11111110 11001111 11101000 0 10011 1001 0 101001000 1100000 1011010

Color Harmonies of #FECFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFE8

Black with #FECFE8

Text Example


Text Example

White with #FECFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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