Html Css Color HEX #FEC8C6 Your Pink

📋 copy color: '#FEC8C6'

red 254 ◦ green 200 ◦ blue 198

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

Shades of Your Pink #FEC8C6

Tints of Your Pink #FEC8C6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.67%

 BLUE value IS 198 (77.73% from 255) = 30.37%

R = 38.96%
G = 30.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEC8C6 (or 0xFEC8C6) is known color: Your Pink. HEX triplet: FE, C8 and C6. RGB value is (254,200,198). Sum of RGB (Red+Green+Blue) = 254+200+198=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8C6 is #013739. Grayscale: #D7D7D7. Windows color (decimal): -79674 or 13027582. OLE color: 13027582.

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

Color convert

RGB 254 200 198 -
CMYK 0 0.21 0.22 0.00
HSL 2.14º 0.97% 0.89% -
HSV(B) 2.14º 0.22% 1% -
XYZ 71.72 66.46 62.47 -
YUV 215.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 254 200 198 0 0.21 0.22 0.00 2.14 0.97 0.89
Hex FE C8 C6 0 15 16 0 2 61 59
Octal 376 310 306 0 25 26 0 2 141 131
Binary 11111110 11001000 11000110 0 10101 10110 0 10 1100001 1011001

Color Harmonies of #FEC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8C6

Black with #FEC8C6

Text Example


Text Example

White with #FEC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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