Html Css Color HEX #FECEE1 Pig Pink

📋 copy color: '#FECEE1'

red 254 ◦ green 206 ◦ blue 225

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

Shades of Pig Pink #FECEE1

Tints of Pig Pink #FECEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.07%

 BLUE value IS 225 (88.28% from 255) = 32.85%

R = 37.08%
G = 30.07%
B = 32.85%

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

#FECEE1 (or 0xFECEE1) is known color: Pig Pink. HEX triplet: FE, CE and E1. RGB value is (254,206,225). Sum of RGB (Red+Green+Blue) = 254+206+225=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE1 is #01311E. Grayscale: #DEDEDE. Windows color (decimal): -78111 or 14798590. OLE color: 14798590.

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

Color convert

RGB 254 206 225 -
CMYK 0 0.19 0.11 0.00
HSL 336.25º 0.96% 0.9% -
HSV(B) 336.25º 0.19% 1% -
XYZ 76.53 70.65 80.84 -
YUV 222.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 254 206 225 0 0.19 0.11 0.00 336.25 0.96 0.9
Hex FE CE E1 0 13 B 0 150 60 5A
Octal 376 316 341 0 23 13 0 520 140 132
Binary 11111110 11001110 11100001 0 10011 1011 0 101010000 1100000 1011010

Color Harmonies of #FECEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEE1

Black with #FECEE1

Text Example


Text Example

White with #FECEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEE1; }

 p { color: rgb(254,206,225); }

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

background-color css

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

 a { background-color: rgb(254,206,225); }

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

border-color css

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

 span { border-color: rgb(254,206,225); }

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