Html Css Color HEX #FECEE5 Pig Pink

📋 copy color: '#FECEE5'

red 254 ◦ green 206 ◦ blue 229

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

Shades of Pig Pink #FECEE5

Tints of Pig Pink #FECEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.24%

R = 36.87%
G = 29.9%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FECEE5 (or 0xFECEE5) is known color: Pig Pink. HEX triplet: FE, CE and E5. RGB value is (254,206,229). Sum of RGB (Red+Green+Blue) = 254+206+229=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE5 is #01311A. Grayscale: #DEDEDE. Windows color (decimal): -78107 or 15060734. OLE color: 15060734.

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

Color convert

RGB 254 206 229 -
CMYK 0 0.19 0.10 0.00
HSL 331.25º 0.96% 0.9% -
HSV(B) 331.25º 0.19% 1% -
XYZ 77.09 70.87 83.75 -
YUV 222.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 254 206 229 0 0.19 0.10 0.00 331.25 0.96 0.9
Hex FE CE E5 0 13 A 0 14B 60 5A
Octal 376 316 345 0 23 12 0 513 140 132
Binary 11111110 11001110 11100101 0 10011 1010 0 101001011 1100000 1011010

Color Harmonies of #FECEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEE5

Black with #FECEE5

Text Example


Text Example

White with #FECEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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