Html Css Color HEX #FEC6C2 Your Pink

📋 copy color: '#FEC6C2'

red 254 ◦ green 198 ◦ blue 194

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

Shades of Your Pink #FEC6C2

Tints of Your Pink #FEC6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.03%

R = 39.32%
G = 30.65%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEC6C2 (or 0xFEC6C2) is known color: Your Pink. HEX triplet: FE, C6 and C2. RGB value is (254,198,194). Sum of RGB (Red+Green+Blue) = 254+198+194=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C2 is #01393D. Grayscale: #D6D6D6. Windows color (decimal): -80190 or 12764926. OLE color: 12764926.

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

Color convert

RGB 254 198 194 -
CMYK 0 0.22 0.24 0.00
HSL 0.97% 0.88% -
HSV(B) 0.24% 1% -
XYZ 70.8 65.35 59.92 -
YUV 214.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 254 198 194 0 0.22 0.24 0.00 4 0.97 0.88
Hex FE C6 C2 0 16 18 0 4 61 58
Octal 376 306 302 0 26 30 0 4 141 130
Binary 11111110 11000110 11000010 0 10110 11000 0 100 1100001 1011000

Color Harmonies of #FEC6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6C2

Black with #FEC6C2

Text Example


Text Example

White with #FEC6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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