Html Css Color HEX #FEC7C5 Your Pink

📋 copy color: '#FEC7C5'

red 254 ◦ green 199 ◦ blue 197

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

Shades of Your Pink #FEC7C5

Tints of Your Pink #FEC7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.31%

R = 39.08%
G = 30.62%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEC7C5 (or 0xFEC7C5) is known color: Your Pink. HEX triplet: FE, C7 and C5. RGB value is (254,199,197). Sum of RGB (Red+Green+Blue) = 254+199+197=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C5 is #01383A. Grayscale: #D7D7D7. Windows color (decimal): -79931 or 12961790. OLE color: 12961790.

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

Color convert

RGB 254 199 197 -
CMYK 0 0.22 0.22 0.00
HSL 2.11º 0.97% 0.88% -
HSV(B) 2.11º 0.22% 1% -
XYZ 71.37 65.95 61.79 -
YUV 215.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 254 199 197 0 0.22 0.22 0.00 2.11 0.97 0.88
Hex FE C7 C5 0 16 16 0 2 61 58
Octal 376 307 305 0 26 26 0 2 141 130
Binary 11111110 11000111 11000101 0 10110 10110 0 10 1100001 1011000

Color Harmonies of #FEC7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7C5

Black with #FEC7C5

Text Example


Text Example

White with #FEC7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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