#FEC8C6

Color #FEC8C6 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FEC8C6

Tints of Your Pink #FEC8C6

Color information

#FEC8C6 (or 0xFEC8C6) is unknown color: approx 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

RGB254200198-
CMYK00.210.220.00
HSL2.14º96.55%88.63%-
HSV(B)2.14º22.05%99.61%-
XYZ71.7266.4662.47-
YUV215.92117.89155.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420019800.210.220.002.1496.5588.63
HexFEC8C601516026159
Octal3763103060252602141131
Binary1111111011001000110001100101011011001011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>