Html Css Color HEX #FEC6BE Your Pink

📋 copy color: '#FEC6BE'

red 254 ◦ green 198 ◦ blue 190

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

Shades of Your Pink #FEC6BE

Tints of Your Pink #FEC6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.6%

R = 39.56%
G = 30.84%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEC6BE (or 0xFEC6BE) is known color: Your Pink. HEX triplet: FE, C6 and BE. RGB value is (254,198,190). Sum of RGB (Red+Green+Blue) = 254+198+190=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6BE is #013941. Grayscale: #D5D5D5. Windows color (decimal): -80194 or 12502782. OLE color: 12502782.

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

Color convert

RGB 254 198 190 -
CMYK 0 0.22 0.25 0.00
HSL 7.5º 0.97% 0.87% -
HSV(B) 7.5º 0.25% 1% -
XYZ 70.36 65.18 57.59 -
YUV 213.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 254 198 190 0 0.22 0.25 0.00 7.5 0.97 0.87
Hex FE C6 BE 0 16 19 0 8 61 57
Octal 376 306 276 0 26 31 0 10 141 127
Binary 11111110 11000110 10111110 0 10110 11001 0 1000 1100001 1010111

Color Harmonies of #FEC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6BE

Black with #FEC6BE

Text Example


Text Example

White with #FEC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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