Html Css Color HEX #FEC6C5 Your Pink

📋 copy color: '#FEC6C5'

red 254 ◦ green 198 ◦ blue 197

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

Shades of Your Pink #FEC6C5

Tints of Your Pink #FEC6C5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.51%

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

R = 39.14%
G = 30.51%
B = 30.35%

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

#FEC6C5 (or 0xFEC6C5) is known color: Your Pink. HEX triplet: FE, C6 and C5. RGB value is (254,198,197). Sum of RGB (Red+Green+Blue) = 254+198+197=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C5 is #01393A. Grayscale: #D6D6D6. Windows color (decimal): -80187 or 12961534. OLE color: 12961534.

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

Color convert

RGB 254 198 197 -
CMYK 0 0.22 0.22 0.00
HSL 1.05º 0.97% 0.88% -
HSV(B) 1.05º 0.22% 1% -
XYZ 71.15 65.49 61.71 -
YUV 214.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 254 198 197 0 0.22 0.22 0.00 1.05 0.97 0.88
Hex FE C6 C5 0 16 16 0 1 61 58
Octal 376 306 305 0 26 26 0 1 141 130
Binary 11111110 11000110 11000101 0 10110 10110 0 1 1100001 1011000

Color Harmonies of #FEC6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6C5

Black with #FEC6C5

Text Example


Text Example

White with #FEC6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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