Html Css Color HEX #FEC7CE Pink

📋 copy color: '#FEC7CE'

red 254 ◦ green 199 ◦ blue 206

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

Shades of Pink #FEC7CE

Tints of Pink #FEC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.2%

 BLUE value IS 206 (80.86% from 255) = 31.26%

R = 38.54%
G = 30.2%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEC7CE (or 0xFEC7CE) is known color: Pink. HEX triplet: FE, C7 and CE. RGB value is (254,199,206). Sum of RGB (Red+Green+Blue) = 254+199+206=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CE is #013831. Grayscale: #D8D8D8. Windows color (decimal): -79922 or 13551614. OLE color: 13551614.

HSL color Cylindrical-coordinate representation of color #FEC7CE: hue angle of 352.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7CE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 206 -
CMYK 0 0.22 0.19 0.00
HSL 352.36º 0.96% 0.89% -
HSV(B) 352.36º 0.22% 1% -
XYZ 72.44 66.37 67.39 -
YUV 216.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 254 199 206 0 0.22 0.19 0.00 352.36 0.96 0.89
Hex FE C7 CE 0 16 13 0 160 60 59
Octal 376 307 316 0 26 23 0 540 140 131
Binary 11111110 11000111 11001110 0 10110 10011 0 101100000 1100000 1011001

Color Harmonies of #FEC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7CE

Black with #FEC7CE

Text Example


Text Example

White with #FEC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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