Html Css Color HEX #FECFE4 Pig Pink

📋 copy color: '#FECFE4'

red 254 ◦ green 207 ◦ blue 228

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

Shades of Pig Pink #FECFE4

Tints of Pig Pink #FECFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.09%

R = 36.87%
G = 30.04%
B = 33.09%

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

#FECFE4 (or 0xFECFE4) is known color: Pig Pink. HEX triplet: FE, CF and E4. RGB value is (254,207,228). Sum of RGB (Red+Green+Blue) = 254+207+228=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFE4 is #01301B. Grayscale: #DFDFDF. Windows color (decimal): -77852 or 14995454. OLE color: 14995454.

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

Color convert

RGB 254 207 228 -
CMYK 0 0.19 0.10 0.00
HSL 333.19º 0.96% 0.9% -
HSV(B) 333.19º 0.19% 1% -
XYZ 77.19 71.3 83.09 -
YUV 223.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 254 207 228 0 0.19 0.10 0.00 333.19 0.96 0.9
Hex FE CF E4 0 13 A 0 14D 60 5A
Octal 376 317 344 0 23 12 0 515 140 132
Binary 11111110 11001111 11100100 0 10011 1010 0 101001101 1100000 1011010

Color Harmonies of #FECFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFE4

Black with #FECFE4

Text Example


Text Example

White with #FECFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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